File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ variables:
2020 script :
2121 - docker buildx create --use
2222 - docker buildx inspect --bootstrap
23- - echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_PASSWORD --password-stdin $CI_REGISTRY
23+ - echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
2424 - echo "Building $DOCKER_IMAGE_FULL_TAG - Cache from $DOCKER_IMAGE_NAME:cache"
2525 # remove \ from platform to
2626 - export SUFFIX=$(echo $DOCKER_PLATFORM | sed 's/\///')
@@ -39,6 +39,7 @@ variables:
3939 services :
4040 - docker:$DOCKER_VERSION-dind
4141 script :
42+ - echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
4243 - docker manifest create $DOCKER_IMAGE_FULL_TAG \
4344 --amend $DOCKER_IMAGE_FULL_TAG-linuxamd64 \
4445 --amend $DOCKER_IMAGE_FULL_TAG-linuxarm64
@@ -52,7 +53,7 @@ variables:
5253 services :
5354 - docker:$DOCKER_VERSION-dind
5455 script :
55- - echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_PASSWORD --password-stdin $CI_REGISTRY
56+ - echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
5657 # Remove the UTC offset, not supported by `date` in docker image (busybox)
5758 - export CLEAN_DATETIME=$(echo "$CI_COMMIT_TIMESTAMP" | sed 's/+00:00//' | sed 's/Z//')
5859 # Transform in unix timestamp
You can’t perform that action at this time.
0 commit comments