Skip to content

Commit

Permalink
Update to version 3.0.0, use gh variable in build image job
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Nov 8, 2024
1 parent 6292c99 commit 7837fc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
file: dockerize/docker/Dockerfile
push: true
tags: |
qgis/qgis-hub-uwsgi:${{ github.ref_name }}
qgis/qgis-hub-uwsgi:latest
${{ vars.DOCKER_HUB_REPO }}/qgis-hub-uwsgi:${{ github.ref_name }}
${{ vars.DOCKER_HUB_REPO }}/qgis-hub-uwsgi:latest
- name: Log out from Docker Hub
run: docker logout
2 changes: 1 addition & 1 deletion qgis-app/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2
3.0.0

0 comments on commit 7837fc3

Please sign in to comment.