Skip to content

Commit

Permalink
Fix front CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbours committed Sep 14, 2024
1 parent 8e1e516 commit 1456c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/front_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./front/Dockerfile.front
file: ./front/Dockerfile
target: final
push: true
tags: |
Expand Down

0 comments on commit 1456c3f

Please sign in to comment.