Skip to content

Commit

Permalink
set the right context
Browse files Browse the repository at this point in the history
  • Loading branch information
gmauro committed Feb 15, 2024
1 parent 1f60023 commit 707a8ce
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 @@ -51,7 +51,7 @@ jobs:
id: build-and-push
uses: docker/build-push-action@v5
with:
context: .
context: docker/
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
cache-from: type=gha
Expand Down

0 comments on commit 707a8ce

Please sign in to comment.