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
|
- docker:dind
|
||||||
cache:
|
cache:
|
||||||
- key: ${CI_COMMIT_REF_SLUG}
|
- key: ${CI_COMMIT_REF_SLUG}
|
||||||
dependencies:
|
# dependencies:
|
||||||
- buildjar
|
# - buildjar
|
||||||
before_script:
|
before_script:
|
||||||
- echo "---------- BEFORE -------------"
|
- echo "---------- BEFORE -------------"
|
||||||
- echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY --username $CI_REGISTRY_USER --password-stdin
|
- echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY --username $CI_REGISTRY_USER --password-stdin
|
||||||
|
|
Loading…
Reference in a new issue