Skip to content

Commit 7fd96d2

Browse files
committed
update dockerfile location
1 parent 20640ba commit 7fd96d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: docker/build-push-action@v5
4343
with:
4444
context: ./api
45-
file: ./compose/production/django/Dockerfile
45+
file: ./api/compose/production/django/Dockerfile
4646
push: true
4747
tags: ${{ steps.meta.outputs.tags }}
4848
labels: ${{ steps.meta.outputs.labels }}
@@ -79,7 +79,7 @@ jobs:
7979
uses: docker/build-push-action@v5
8080
with:
8181
context: ./frontend
82-
file: ./Dockerfile
82+
file: ./frontend/Dockerfile
8383
push: true
8484
tags: ${{ steps.meta.outputs.tags }}
8585
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)