Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to version 3.0.0, use gh variable in build image job #14

Merged
merged 2 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading