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 36b4d23 commit a49c9b2Copy full SHA for a49c9b2
.github/workflows/docker-image.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: docker/build-push-action@v3
36
with:
37
context: ./
38
- file: ./docker/Dockerfile
+ file: ./Dockerfile
39
push: true
40
tags:
41
ghcr.io/${{ github.repository }}:latest, ghcr.io/${{ github.repository }}:${{ steps.previoustag.outputs.tag }}
0 commit comments