Skip to content

Commit

Permalink
Push image to DockerHub only if rep_owner == qgis (#43513)
Browse files Browse the repository at this point in the history
Allow a more comfortable play with tests in a forked repository.

Co-authored-by: MorriganR <d_daryna@knu.ua>
  • Loading branch information
qgis-bot and MorriganR committed Jun 2, 2021
1 parent 884b514 commit f041030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -85,7 +85,7 @@ jobs:
popd
- name: Push deps image
if: ${{ github.event_name != 'pull_request' }}
if: ${{ github.repository_owner == 'qgis' && github.event_name != 'pull_request' }}
run: |
docker login -u="${DOCKER_USERNAME}" -p="${DOCKER_PASSWORD}"
docker push "qgis/qgis3-build-deps:${DOCKER_TAG}"
Expand Down

0 comments on commit f041030

Please sign in to comment.