Skip to content

Commit da2e5cd

Browse files
committed
fix: changing path
1 parent b57ed28 commit da2e5cd

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/deploy-be-dockerimage.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- name: Build and push Docker image
2626
uses: docker/build-push-action@v5
2727
with:
28-
context: ./Docker
2928
file: ./Docker/DockerfileLaravelProd
3029
platforms: linux/amd64
3130
push: true

.github/workflows/deploy-fe-dockerimage.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- name: Build and push Docker image
2626
uses: docker/build-push-action@v5
2727
with:
28-
context: ./Docker
2928
file: ./Docker/DockerfileUIProd
3029
platforms: linux/amd64
3130
push: true

0 commit comments

Comments
 (0)