Skip to content

Commit

Permalink
wip: more
Browse files Browse the repository at this point in the history
  • Loading branch information
donkeyx committed Jul 12, 2024
1 parent 4b9fbdc commit f118667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ jobs:
uses: docker/build-push-action@v5
moby/buildkit:v0.15.0
with:
context: .
driver-opts: |
image=moby/buildkit:v0.12.0
buildkitd-flags: --debug
context: .
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit f118667

Please sign in to comment.