Skip to content

Commit

Permalink
Avoid login on pullrequest
Browse files Browse the repository at this point in the history
  • Loading branch information
4n4n4s committed Oct 27, 2023
1 parent 9c5072f commit c565111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
-
name: Build and push
uses: docker/build-push-action@v5
if: github.event_name != 'pull_request'
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit c565111

Please sign in to comment.