Skip to content

Commit

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

0 comments on commit 35ba54c

Please sign in to comment.