Doing nasty things.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Stanislav Nikitin 2022-06-27 02:45:40 +05:00
parent b48a949dc3
commit a26adfc78b
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ function mirror() {
# Login to registry.
echo "Logging into '${DESTINATION_REGISTRY}' as '${USER}'..."
docker login -u "${USER}" -p "${PASSWORD}" "${DESTINATION_REGISTRY}"
cat ~/.docker/config.json
# Mirror images.
for image in "${WHAT_TO_MIRROR[@]}"; do