Move registry address into Drone configuration.
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-06-27 02:06:11 +05:00
parent 49ece50d05
commit 732b08b12a
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
#!/usr/bin/env bash
# The Docker Image Mirror script.
WHAT_TO_MIRROR=()
DESTINATION_REGISTRY=code.pztrn.name
DESTINATION_REGISTRY=${REGISTRY}
DESTINATION_PROJECT=${DESTINATION_REGISTRY}/containers/mirror
USER=${REGISTRY_USER}
PASSWORD=${REGISTRY_PASSWORD}