Skip to content

Commit 6673afb

Browse files
authored
Run pipeline with docker login (#1661)
1 parent 76e4796 commit 6673afb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.semaphore/semaphore.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ blocks:
134134
value: linux
135135
- name: ARCH
136136
value: x64
137+
prologue:
138+
commands:
139+
- docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY
137140
jobs:
138141
- name: Build
139142
commands:

0 commit comments

Comments
 (0)