We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8089f20 commit 35ba54cCopy full SHA for 35ba54c
.github/workflows/_build.yaml
@@ -137,7 +137,7 @@ jobs:
137
"SSH_KNOWN_HOSTS=${{ steps.ssh-known-hosts.outputs.FILE }}"
138
build-args: |
139
BASE_IMAGE=${{ inputs.BASE_IMAGE }}
140
- BAZEL_CACHE=${{ vars.BAZEL_REMOTE_CACHE_URL }}
+ BAZEL_CACHE=${{ vars.BAZEL_REMOTE_CACHE_URL }}/v1
141
BUILD_DATE=${{ inputs.BUILD_DATE }}
142
${{ inputs.EXTRA_BUILD_ARGS }}
143
@@ -170,7 +170,7 @@ jobs:
170
171
172
173
174
175
176
0 commit comments