try with =
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
image: docker:latest
|
||||
|
||||
services:
|
||||
- docker:dind
|
||||
|
||||
@@ -8,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 -p=$DOCKER_PASSWORD
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
||||
Reference in New Issue
Block a user