Skip to content

Commit

Permalink
don't try login on pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
karuboniru committed Jan 15, 2024
1 parent 13b18ab commit 84d9f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 84d9f44

Please sign in to comment.