We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20640ba commit 7fd96d2Copy full SHA for 7fd96d2
.github/workflows/publish-image.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: docker/build-push-action@v5
43
with:
44
context: ./api
45
- file: ./compose/production/django/Dockerfile
+ file: ./api/compose/production/django/Dockerfile
46
push: true
47
tags: ${{ steps.meta.outputs.tags }}
48
labels: ${{ steps.meta.outputs.labels }}
@@ -79,7 +79,7 @@ jobs:
79
80
81
context: ./frontend
82
- file: ./Dockerfile
+ file: ./frontend/Dockerfile
83
84
85
0 commit comments