Skip to content

Commit a5667a2

Browse files
authored
Fix build_push_image.yml
1 parent a3926c9 commit a5667a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_push_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: docker/build-push-action@v6
2828
with:
2929
context: .
30-
file: dockerize/docker/Dockerfile
30+
file: Dockerfile
3131
push: true
3232
tags: |
3333
qgis/qgis-feed:${{ github.ref_name }}

0 commit comments

Comments
 (0)