Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit ce9befd

Browse files
authored
Specify QGIS repo for docker image push (#443)
1 parent 18ada1e commit ce9befd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_push_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
file: dockerize/docker/Dockerfile
3030
push: true
3131
tags: |
32-
${{ secrets.DOCKER_USERNAME }}/qgis-plugins-uwsgi:${{ github.ref_name }}
33-
${{ secrets.DOCKER_USERNAME }}/qgis-plugins-uwsgi:latest
32+
qgis/qgis-plugins-uwsgi:${{ github.ref_name }}
33+
qgis/qgis-plugins-uwsgi:latest
3434
3535
- name: Log out from Docker Hub
3636
run: docker logout

0 commit comments

Comments
 (0)