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 e95cc9c commit 48d1613Copy full SHA for 48d1613
.github/workflows/docker-publish.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: docker/build-push-action@v3
47
with:
48
context: ./docker
49
- file: Dockerfile # adjust if your Dockerfile moves
+ file: ./docker/Dockerfile # adjust if your Dockerfile moves
50
platforms: linux/amd64,linux/arm64
51
push: ${{ github.event_name == 'push' }} # PRs build but don’t publish
52
tags: |
0 commit comments