Skip to content

Commit a49c9b2

Browse files
committed
fix
1 parent 36b4d23 commit a49c9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: docker/build-push-action@v3
3636
with:
3737
context: ./
38-
file: ./docker/Dockerfile
38+
file: ./Dockerfile
3939
push: true
4040
tags:
4141
ghcr.io/${{ github.repository }}:latest, ghcr.io/${{ github.repository }}:${{ steps.previoustag.outputs.tag }}

0 commit comments

Comments
 (0)