Skip to content

Commit

Permalink
Merge pull request #29 from Xpirix/version_3
Browse files Browse the repository at this point in the history
Update readme with the new screenshot
  • Loading branch information
Xpirix authored Nov 8, 2024
2 parents a492015 + e7b5bc2 commit db7366b
Show file tree
Hide file tree
Showing 4 changed files with 8 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-plugins-uwsgi:${{ github.ref_name }}
qgis/qgis-plugins-uwsgi:latest
${{ vars.DOCKER_HUB_REPO }}/qgis-plugins-uwsgi:${{ github.ref_name }}
${{ vars.DOCKER_HUB_REPO }}/qgis-plugins-uwsgi:latest
- name: Log out from Docker Hub
run: docker logout
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
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Introduction

![image](https://user-images.githubusercontent.com/178003/91536115-2356ec80-e90c-11ea-971b-f23ac72d3aea.png)
![image](./img/homepage.webp)

This directory contains the source code for the plugin repository server used by
the QGIS project.

This software is open source and licensed under GNU General Public License v2.0.
For licensing information, please read the COPYING file included in this directory.

## Important Note

***This repository is dedicated solely to the QGIS Plugins Website (plugins.qgis.org). For issues related to specific plugins or other concerns, please use the respective bug tracker.***

## Installation

For setup, installation and backup notes, please read [INSTALL](INSTALL.md) included in this directory.
Expand Down

0 comments on commit db7366b

Please sign in to comment.