Skip to content

Commit

Permalink
Run docker test login step only on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
bkbilly authored Jan 3, 2025
1 parent 3fedec4 commit 9ad96db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
uses: docker/[email protected]
if: ${{ github.event_name == 'push' }}
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.HUB_USERNAME }}
Expand Down

0 comments on commit 9ad96db

Please sign in to comment.