reverting double dollar sign and trying this again with privleged set to true for the gitlab-runner config
This commit is contained in:
parent
fd63ed494a
commit
d967d31c3c
@ -22,7 +22,7 @@ linting_python:
|
||||
build_and_push_container:
|
||||
stage: deploy
|
||||
script:
|
||||
- docker login -u ldooks -p $$DOCKER_PASSWORD
|
||||
- docker login -u ldooks -p $DOCKER_PASSWORD
|
||||
- docker build -t ldooks/dragon-bot:latest .
|
||||
- docker push ldooks/dragon-bot:latest
|
||||
only:
|
||||
|
Loading…
x
Reference in New Issue
Block a user