Skip to content

Commit

Permalink
fix(cd): remove build cache and repository cache on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Sep 11, 2024
1 parent 8e72ddb commit c937edc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,7 @@ jobs:
bazelisk-version: "1.20.0"
# Avoid downloading Bazel every time.
bazelisk-cache: true
# Store build cache per workflow.
disk-cache: ${{ github.workflow }}
# Share repository cache between workflows.
repository-cache: true


- name: Install Deb Dependencies
if: matrix.package == 'deb' && steps.cache-deps.outputs.cache-hit != 'true'
run: |
Expand Down

1 comment on commit c937edc

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:c937edc625351bdfab810253e1adf44c3856ad7f
Artifacts available https://github.com/Kong/kong/actions/runs/10810848732

Please sign in to comment.