Skip to content

Commit d1409af

Browse files
authored
Merge pull request #5 from robinstraub/ci/fix-dockerfile-path
fix: invalid docker path
2 parents c251318 + 0fe94fc commit d1409af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
context: .
3030
push: true
31-
file: infra/docker/Dockerfile
31+
file: docker/Dockerfile
3232
tags: >
3333
ghcr.io/${{ github.repository }}:latest,
3434
ghcr.io/${{github.repository }}:${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)