Skip to content

Commit

Permalink
fix(docker/build-image): fix buildkit version
Browse files Browse the repository at this point in the history
Signed-off-by: Emilien Escalle <[email protected]>
  • Loading branch information
neilime committed Mar 18, 2024
1 parent 0f28c4c commit a0556c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions actions/docker/build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ runs:
with:
# FIXME: upgrade version when available (https://github.com/docker/buildx/releases)
version: v0.13.0
# FIXME: upgrade version when available (https://hub.docker.com/r/moby/buildkit)
driver-opts: |
image=moby/buildkit:v0.12.5
- uses: docker/login-action@v3
with:
Expand Down

0 comments on commit a0556c2

Please sign in to comment.