Skip to content

Commit

Permalink
updated Dockerfile path for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch-b committed Nov 2, 2024
1 parent e6136c0 commit ba7d497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
id: build-and-push
uses: docker/[email protected]
with:
context: ./src
file: Dockerfile
context: src
file: src/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit ba7d497

Please sign in to comment.