Skip to content

Commit

Permalink
error on the dockerfile path for the front, while specifying the cont…
Browse files Browse the repository at this point in the history
…ext it does not apply to the path
  • Loading branch information
kiloutyg committed Mar 21, 2024
1 parent c27ba5d commit 893ade6
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 @@ -170,7 +170,7 @@ jobs:
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: ./FRONT
file: ./DockerfileGHA
file: ./FRONT/DockerfileGHA
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 893ade6

Please sign in to comment.