mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -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}
|
||||
|
||||
- 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
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user