We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196e1b5 commit ba73aecCopy full SHA for ba73aec
.semaphore/semaphore.yml
@@ -115,6 +115,9 @@ blocks:
115
agent:
116
machine:
117
type: s1-prod-ubuntu20-04-amd64-2
118
+ prologue:
119
+ commands:
120
+ - docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY
121
jobs:
122
- name: 'Build and test'
123
commands:
@@ -128,6 +131,9 @@ blocks:
128
131
129
132
130
133
134
135
136
137
138
139
0 commit comments