Skip to content

Commit

Permalink
Disable bazel cache
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton committed Oct 30, 2024
1 parent 088faf6 commit 5b3a2e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ jobs:
"SSH_KNOWN_HOSTS=${{ steps.ssh-known-hosts.outputs.FILE }}"
build-args: |
BASE_IMAGE=${{ inputs.BASE_IMAGE }}
BAZEL_CACHE=${{ vars.BAZEL_REMOTE_CACHE_URL }}
BUILD_DATE=${{ inputs.BUILD_DATE }}
${{ inputs.EXTRA_BUILD_ARGS }}
Expand Down Expand Up @@ -170,7 +169,6 @@ jobs:
"SSH_KNOWN_HOSTS=${{ steps.ssh-known-hosts.outputs.FILE }}"
build-args: |
BASE_IMAGE=${{ inputs.BASE_IMAGE }}
BAZEL_CACHE=${{ vars.BAZEL_REMOTE_CACHE_URL }}
BUILD_DATE=${{ inputs.BUILD_DATE }}
${{ inputs.EXTRA_BUILD_ARGS }}
Expand Down

0 comments on commit 5b3a2e7

Please sign in to comment.