Skip to content

Commit

Permalink
Merge pull request #1815 from dexidp/fix-docker-login
Browse files Browse the repository at this point in the history
ci: do not login to docker registry in PRs
  • Loading branch information
sagikazarmark authored Oct 4, 2020
2 parents 3b385ec + 4a1fd77 commit 3e5ff2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
if: github.event_name == 'push'

- name: Build and Push
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 3e5ff2f

Please sign in to comment.