mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
fix pushing of build deps docker image to hub (#60200)
This commit is contained in:
parent
f0d3ce809b
commit
f26ec77ae2
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
@ -118,7 +118,7 @@ jobs:
|
|||||||
echo QT_VERSION: ${QT_VERSION}
|
echo QT_VERSION: ${QT_VERSION}
|
||||||
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
if: ${{ github.event_name == 'push' && github.actor == 'qgis' }}
|
if: ${{ github.event_name == 'push' && github.repository == 'qgis/QGIS' }}
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user