Skip to content

Commit

Permalink
Set path to Dockerfile in context
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ash committed Mar 15, 2024
1 parent adcbace commit c3c2cd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: docker/build-push-action@v5
if: github.event_name == 'pull_request'
with:
context: "{{defaultContext}}:docker"
push: true
tags: |
mrcide/naomi:${{steps.extract_branch.outputs.branch}}
Expand Down

0 comments on commit c3c2cd4

Please sign in to comment.