Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 198a3882 by Tony Chemit at 2023-05-11T15:21:52+02:00 Fix gitlab CI docker password - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -33,7 +33,7 @@ cache: services: - docker:dind script: - - if [ -n "${CREATE_DOCKER}" ]; then ultreiaio-docker-generate-image-11 gitlab-ci-token $CI_BUILD_TOKEN; fi + - if [ -n "${CREATE_DOCKER}" ]; then ultreiaio-docker-generate-image-11 gitlab-ci-token ${CI_REGISTRY_PASSWORD}; fi .build-for-release: &build-for-release environment: View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/198a38824a2bb62f465cb41547... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/198a38824a2bb62f465cb41547... You're receiving this email because of your account on gitlab.com.