Fix ci & push image to Docker
This commit is contained in:
parent
0caa0aabca
commit
b69a3f93e6
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ buildimage:
|
|||
- docker:dind
|
||||
cache:
|
||||
- key: ${CI_COMMIT_REF_SLUG}
|
||||
dependencies:
|
||||
- buildjar
|
||||
# dependencies:
|
||||
# - buildjar
|
||||
before_script:
|
||||
- echo "---------- BEFORE -------------"
|
||||
- echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY --username $CI_REGISTRY_USER --password-stdin
|
||||
|
|
Loading…
Reference in a new issue