Skip to content

Commit

Permalink
fix pushing of build deps docker image to hub (#60200)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Jan 21, 2025
1 parent f0d3ce8 commit f26ec77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f26ec77

Please sign in to comment.