Skip to content

Commit 9cd597b

Browse files
authored
Fix Dockerfile context path in workflow
1 parent 1bd9158 commit 9cd597b

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
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build and push
3535
uses: docker/build-push-action@v6
3636
with:
37-
context: ./docker/Dockerfile
37+
context: docker/Dockerfile
3838
push: true
3939
tags: ${{ env.IMAGE_NAME }}:latest
4040
platforms: linux/amd64

0 commit comments

Comments
 (0)