fix pushing of build deps docker image to hub (#60200)

This commit is contained in:
Denis Rouzaud 2025-01-21 13:35:43 +01:00 committed by GitHub
parent f0d3ce809b
commit f26ec77ae2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}