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 c1ec79b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v3
with:
driver-opts: |
image=moby/buildkit:v0.10.6
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
push: true
Expand Down

0 comments on commit c1ec79b

Please sign in to comment.