This commit is contained in:
parent
cdbe68bddc
commit
ce7044456e
@ -48,7 +48,8 @@ function mirror() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
env
|
env
|
||||||
echo "Secret test: ${drone_secret} or ${REGISTRY_PASSWORD}
|
# shellcheck disable=SC2154
|
||||||
|
echo "Secret test: ${drone_secret} or ${REGISTRY_PASSWORD}"
|
||||||
|
|
||||||
# Login to registry.
|
# Login to registry.
|
||||||
docker login -u "${REGISTRY_USER}" -p "${REGISTRY_PASSWORD}" "${DESTINATION_REGISTRY}"
|
docker login -u "${REGISTRY_USER}" -p "${REGISTRY_PASSWORD}" "${DESTINATION_REGISTRY}"
|
||||||
|
Loading…
Reference in New Issue
Block a user