Skip to content

Commit f4bf575

Browse files
author
GeiserX
committed
Fix Docker login step condition placement
1 parent aa49814 commit f4bf575

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
registry: ${{ env.REGISTRY }}
7878
username: ${{ secrets.DOCKER_USERNAME }}
7979
password: ${{ secrets.DOCKER_TOKEN }}
80+
if: github.event_name != 'pull_request'
8081

8182
- name: Extract metadata
8283
id: meta

0 commit comments

Comments
 (0)