Skip to content

Commit a90fca9

Browse files
authored
Use qgis's docker repo
1 parent 9a0bc91 commit a90fca9

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
@@ -30,8 +30,8 @@ jobs:
3030
file: dockerize/docker/Dockerfile
3131
push: true
3232
tags: |
33-
${{ vars.DOCKER_HUB_REPO }}/qgis-plugins-uwsgi:${{ github.ref_name }}
34-
${{ vars.DOCKER_HUB_REPO }}/qgis-plugins-uwsgi:latest
33+
qgis/qgis-plugins-uwsgi:${{ github.ref_name }}
34+
qgis/qgis-plugins-uwsgi:latest
3535
3636
- name: Log out from Docker Hub
3737
run: docker logout

0 commit comments

Comments
 (0)