Skip to content

Commit

Permalink
fix: changing path
Browse files Browse the repository at this point in the history
  • Loading branch information
Delyc committed Sep 24, 2024
1 parent db5b4cc commit 112f72a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-be-dockerimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: ./Docker
file: ./Docker/DockerfileLaravelProd
platforms: linux/amd64
push: true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-fe-dockerimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: ./Docker
file: ./Docker/DockerfileUIProd
platforms: linux/amd64
push: true
Expand Down

0 comments on commit 112f72a

Please sign in to comment.