Skip to content

Commit

Permalink
ci(build): fallback to a stable buildkit version for `docker/build-pu…
Browse files Browse the repository at this point in the history
…sh-action` (#5985)
  • Loading branch information
gustavovalverde authored Jan 17, 2023
1 parent 8c45196 commit 7e5253e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,8 @@ jobs:
type=registry,ref=us-docker.pkg.dev/zealous-zebra/zebra/${{ inputs.image_name }}:${{ env.GITHUB_REF_SLUG_URL }}-cache
type=registry,ref=us-docker.pkg.dev/zealous-zebra/zebra/${{ inputs.image_name }}:main-cache
cache-to: type=registry,ref=us-docker.pkg.dev/zealous-zebra/zebra/${{ inputs.image_name }}:${{ env.GITHUB_REF_SLUG_URL }}-cache,mode=max
# TODO: change after new buildkit version gets fixed
# https://github.com/moby/buildkit/issues/3347
# https://github.com/docker/build-push-action/issues/761
driver-opts: |
image=moby/buildkit:v0.10.6

0 comments on commit 7e5253e

Please sign in to comment.