Skip to content

Commit a21aa3a

Browse files
committed
Disable login step during pull requests
My hope is that the other steps would still work without this. Otherwise, I will have to disable the entire docker job during pull requsets.
1 parent 067fefd commit a21aa3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- uses: docker/setup-qemu-action@v3
4040
- uses: docker/setup-buildx-action@v3
4141
- uses: docker/login-action@v3
42+
if: github.event_name != "pull_request"
4243
with:
4344
username: coldfix
4445
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)