Skip to content

Commit bda2588

Browse files
committed
no login on prs
1 parent e513b27 commit bda2588

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
# Login against a Docker registry
5555
# https://github.com/docker/login-action
5656
- name: Log into registry ${{ env.REGISTRY }}
57+
if: github.event_name != 'pull_request'
5758
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
5859
with:
5960
registry: ${{ env.REGISTRY }}

0 commit comments

Comments
 (0)