Skip to content

Commit e7b5bc2

Browse files
committed
Store the docker hub repo name in GH variables
1 parent 4104a1c commit e7b5bc2

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-
qgis/qgis-plugins-uwsgi:${{ github.ref_name }}
33-
qgis/qgis-plugins-uwsgi:latest
32+
${{ vars.DOCKER_HUB_REPO }}/qgis-plugins-uwsgi:${{ github.ref_name }}
33+
${{ vars.DOCKER_HUB_REPO }}/qgis-plugins-uwsgi:latest
3434
3535
- name: Log out from Docker Hub
3636
run: docker logout

0 commit comments

Comments
 (0)