We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3987554 + 3261d78 commit 808a5d4Copy full SHA for 808a5d4
1 file changed
.github/workflows/docker-publish.yml
@@ -54,7 +54,7 @@ jobs:
54
uses: docker/build-push-action@v5
55
with:
56
context: .
57
- file: ./Dockerfile
+ file: ./app/Dockerfile
58
push: true
59
platforms: linux/amd64,linux/arm64
60
tags: |
0 commit comments