Skip to content

Commit

Permalink
Update build-pack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnkwlp committed Jul 3, 2024
1 parent bc73a0c commit b437e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: ./docker
file: ./Dockerfile
file: ./docker/Dockerfile
builder: ${{ steps.buildx.outputs.name }}
platforms: linux/amd64,linux/arm64,linux/arm
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit b437e2f

Please sign in to comment.