Skip to content

Commit

Permalink
No Docker auth on PRs (allenai#4802)
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshitaB authored Nov 18, 2020
1 parent ad8e8a0 commit 0a83271
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 @@ -315,6 +315,7 @@ jobs:
make docker-run DOCKER_IMAGE_NAME=$DOCKER_IMAGE_NAME ARGS='test-install'
- name: Authenticate to Docker Hub
if: github.event_name == 'release' || github.event_name == 'push'
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 0a83271

Please sign in to comment.