Skip to content

Commit

Permalink
adding context to build
Browse files Browse the repository at this point in the history
  • Loading branch information
nmofonseca committed Jun 1, 2024
1 parent a3b9fdd commit 7e15365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: ${{ github.event_name != 'pull_request' }}
context: .
context: "{{defaultContext}}"
platforms: linux/amd64,linux/arm64
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
Expand Down

0 comments on commit 7e15365

Please sign in to comment.