Remove manual login
All checks were successful
dropshell-build / build (push) Successful in 11s

This commit is contained in:
Your Name 2025-06-12 22:10:57 +12:00
parent dbbef4fc0e
commit fd1d4b290e

View File

@ -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 \