use --password-stdin
This commit is contained in:
@@ -7,7 +7,7 @@ stages:
|
||||
|
||||
before_script:
|
||||
- echo Logging in to Docker Hub...
|
||||
- docker login -u=$DOCKER_USERNAME -p=$DOCKER_PASSWORD
|
||||
- docker login -u=$DOCKER_USERNAME --password-stdin=$DOCKER_PASSWORD
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
||||
Reference in New Issue
Block a user