Skip to content

Commit 6cbe8b8

Browse files
authored
Remove docker login for public build (#1740)
1 parent 5a87879 commit 6cbe8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.semaphore/semaphore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ blocks:
136136
value: x64
137137
prologue:
138138
commands:
139-
- docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY
139+
- '[[ -z $DOCKERHUB_APIKEY ]] || docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY'
140140
jobs:
141141
- name: Build
142142
commands:

0 commit comments

Comments
 (0)