Skip to content

Commit

Permalink
ci: bind buildkit version
Browse files Browse the repository at this point in the history
see docker/build-push-action#761

Signed-off-by: Artur Troian <troian.ap@gmail.com>
  • Loading branch information
troian committed Jan 17, 2023
1 parent 8f2390c commit f864655
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
driver-opts: |
image=moby/buildkit:v0.10.6
- name: Login to GHCR
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit f864655

Please sign in to comment.