Skip to content

Commit 35e7c0b

Browse files
committed
manually login into the docker registry
Signed-off-by: Augustin Husson <augustin.husson@amadeus.com> Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
1 parent e0c28e0 commit 35e7c0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- restore_cache:
4747
keys:
4848
- v4-crossbuild-cache
49+
- run: docker login docker.io -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
4950
- run: cd ..; GO111MODULE=on go get github.com/goreleaser/goreleaser@v0.131.1
5051
- run: git reset --hard
5152
- run: make release

0 commit comments

Comments
 (0)