Skip to content

Commit

Permalink
Merge pull request #43511 from MorriganR/patch-2
Browse files Browse the repository at this point in the history
Push image to DockerHub only if rep_owner == qgis
  • Loading branch information
MorriganR committed Jun 2, 2021
1 parent 2029b9b commit 5035b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -88,7 +88,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 5035b21

Please sign in to comment.