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 readme with the new screenshot #29

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-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
Loading