Skip to content

Commit

Permalink
buildkit should be fixed since docker/build-push-action#761 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Jul 3, 2023
1 parent c92fcda commit b932620
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -43,9 +43,6 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v3
with:
# according to https://github.com/docker/build-push-action/issues/761#issuecomment-1383822381
driver-opts: |
image=moby/buildkit:v0.10.6
push: true
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
build-args: VERSION=${{ steps.ghd.outputs.describe }}
Expand Down

0 comments on commit b932620

Please sign in to comment.