Skip to content

Commit

Permalink
Specify QGIS repo for docker image push (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix authored Jul 16, 2024
1 parent 18ada1e commit ce9befd
Showing 1 changed file with 2 additions and 2 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: |
${{ secrets.DOCKER_USERNAME }}/qgis-plugins-uwsgi:${{ github.ref_name }}
${{ secrets.DOCKER_USERNAME }}/qgis-plugins-uwsgi:latest
qgis/qgis-plugins-uwsgi:${{ github.ref_name }}
qgis/qgis-plugins-uwsgi:latest
- name: Log out from Docker Hub
run: docker logout

0 comments on commit ce9befd

Please sign in to comment.