Skip to content

Commit b333d47

Browse files
committed
feat(gh-actions): skip docker.io/voxpupuli login on forks
1 parent 07b36d6 commit b333d47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_container.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
password: ${{ secrets.GITHUB_TOKEN }}
100100

101101
- name: Log in to the docker.io registry
102+
if: secrets.DOCKERHUB_BOT_ADMIN_TOKEN != ''
102103
uses: docker/login-action@v3
103104
with:
104105
registry: docker.io

0 commit comments

Comments
 (0)