Fix ci & push image to Docker

This commit is contained in:
Mirco 2024-07-22 09:03:14 +02:00
parent 0caa0aabca
commit b69a3f93e6

View file

@ -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