Skip to content

Commit

Permalink
Don't run docker login for pull requests in docker-miminal workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcook committed Jun 5, 2024
1 parent db4ced9 commit 3d6bb9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
platforms: ${{ env.PLATFORMS }}
- name: Login to Docker
if: github.event_name != 'pull_request' && github.event_name != 'push'
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit 3d6bb9b

Please sign in to comment.