--password-stdin does not work

This commit is contained in:
Marco Zeisler 2021-05-11 19:49:50 +02:00
parent bb5f40c93a
commit 86db2e63f7

View File

@ -106,7 +106,7 @@ test_fe:
services:
- docker:dind
before_script:
- echo "$DOCKER_PW" | docker login --username $DOCKER_USER --password-stdin
- docker login -u $DOCKER_USER -p $DOCKER_PW
artifacts:
untracked: true
tags: