Skip to content

Commit 5b3a2e7

Browse files
committed
Disable bazel cache
1 parent 088faf6 commit 5b3a2e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/_build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ jobs:
137137
"SSH_KNOWN_HOSTS=${{ steps.ssh-known-hosts.outputs.FILE }}"
138138
build-args: |
139139
BASE_IMAGE=${{ inputs.BASE_IMAGE }}
140-
BAZEL_CACHE=${{ vars.BAZEL_REMOTE_CACHE_URL }}
141140
BUILD_DATE=${{ inputs.BUILD_DATE }}
142141
${{ inputs.EXTRA_BUILD_ARGS }}
143142
@@ -170,7 +169,6 @@ jobs:
170169
"SSH_KNOWN_HOSTS=${{ steps.ssh-known-hosts.outputs.FILE }}"
171170
build-args: |
172171
BASE_IMAGE=${{ inputs.BASE_IMAGE }}
173-
BAZEL_CACHE=${{ vars.BAZEL_REMOTE_CACHE_URL }}
174172
BUILD_DATE=${{ inputs.BUILD_DATE }}
175173
${{ inputs.EXTRA_BUILD_ARGS }}
176174

0 commit comments

Comments
 (0)