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