We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3926c9 commit a5667a2Copy full SHA for a5667a2
.github/workflows/build_push_image.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: docker/build-push-action@v6
28
with:
29
context: .
30
- file: dockerize/docker/Dockerfile
+ file: Dockerfile
31
push: true
32
tags: |
33
qgis/qgis-feed:${{ github.ref_name }}
0 commit comments