Add docker login to build-push.sh and watch-loop.sh for registry auth (HTTP secret)

This commit is contained in:
2026-03-02 05:40:02 +00:00
parent ee11ef9e9b
commit 6181727406
2 changed files with 4 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ declare -A SERVICES=(
["06-runbook-automation"]="dd0c-run:06-runbook-automation/saas"
)
echo "secret" | docker login "$REGISTRY" --username dd0c --password-stdin 2>/dev/null || true
REBUILT=0
for prefix in "${!SERVICES[@]}"; do
if echo "$CHANGED" | grep -q "products/$prefix/"; then