Skip to content

Commit ba73aec

Browse files
authored
Add docker creds (#2129)
1 parent 196e1b5 commit ba73aec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.semaphore/semaphore.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ blocks:
115115
agent:
116116
machine:
117117
type: s1-prod-ubuntu20-04-amd64-2
118+
prologue:
119+
commands:
120+
- docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY
118121
jobs:
119122
- name: 'Build and test'
120123
commands:
@@ -128,6 +131,9 @@ blocks:
128131
agent:
129132
machine:
130133
type: s1-prod-ubuntu20-04-amd64-2
134+
prologue:
135+
commands:
136+
- docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY
131137
jobs:
132138
- name: 'Build and test'
133139
commands:

0 commit comments

Comments
 (0)