Skip to content

Commit

Permalink
Merge pull request #14 from Xpirix/version_3
Browse files Browse the repository at this point in the history
Update to version 3.0.0, use gh variable in build image job
  • Loading branch information
Xpirix authored Nov 8, 2024
2 parents 6292c99 + 36c87ea commit cc17e6a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 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
Binary file removed img/Hub_Website.png
Binary file not shown.
Binary file added img/homepage.webp
Binary file not shown.
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
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction

![image](./img/Hub_Website.png)
![image](./img/homepage.webp)

This directory contains the source code for the hub repository server used by
the QGIS project.
Expand Down

0 comments on commit cc17e6a

Please sign in to comment.