--password-stdin does not work
This commit is contained in:
parent
bb5f40c93a
commit
86db2e63f7
@ -106,7 +106,7 @@ test_fe:
|
|||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
before_script:
|
before_script:
|
||||||
- echo "$DOCKER_PW" | docker login --username $DOCKER_USER --password-stdin
|
- docker login -u $DOCKER_USER -p $DOCKER_PW
|
||||||
artifacts:
|
artifacts:
|
||||||
untracked: true
|
untracked: true
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user