Skip to content

Commit

Permalink
Update Docker publish workflow to set context to 'image/'
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviomartins committed Dec 10, 2024
1 parent b2824da commit 7ffef5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
id: build-and-push
uses: docker/build-push-action@v6
with:
context: ${{ env.REPO_NAME }}
context: image/
platforms: |-
linux/amd64
linux/arm64
Expand Down

0 comments on commit 7ffef5f

Please sign in to comment.