We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456a9bc commit a9666fbCopy full SHA for a9666fb
.github/workflows/main.yml
@@ -43,6 +43,7 @@ jobs:
43
uses: docker/build-push-action@v6
44
with:
45
context: .
46
+ file: Dockerfile.app
47
push: true
48
cache-from: ghcr.io/${{ github.repository }}:latest
49
cache-to: type=inline
0 commit comments