From fd1d4b290ee5c056258072f75b48f099ba8876e0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 12 Jun 2025 22:10:57 +1200 Subject: [PATCH] Remove manual login --- publish.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index 38bae62..417d0a2 100755 --- a/publish.sh +++ b/publish.sh @@ -14,7 +14,9 @@ die() { # Publish gitea.jde.nz/public/dropshell-build-base:latest -docker login -u "anything" -p "${DOCKER_PUSH_TOKEN}" gitea.jde.nz + +# login to registry handled by gitea workflow, otherwise asssume handled manually. +#docker login -u "anything" -p "${DOCKER_PUSH_TOKEN}" gitea.jde.nz # Build and push the multi-platform image docker buildx build \