Skip to content

Commit

Permalink
Dockerfile path is relative to project root, move to correct file.
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Nov 13, 2024
1 parent 478cc3e commit 95f58b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./SmithingTable
file: Dockerfile
file: ./SmithingTable/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.IMAGE_PATH }}:${{ needs.tag.outputs.tag }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 95f58b2

Please sign in to comment.