Tidy
All checks were successful
dropshell-build / build (push) Successful in 36s

This commit is contained in:
Your Name
2025-06-12 21:29:00 +12:00
parent 4519f062b2
commit dbbef4fc0e
3 changed files with 27 additions and 8 deletions

View File

@ -16,7 +16,7 @@ die() {
# Publish gitea.jde.nz/public/dropshell-build-base:latest
docker login -u "anything" -p "${DOCKER_PUSH_TOKEN}" gitea.jde.nz
# Push the multi-platform image that was built by build-base/build.sh
# Build and push the multi-platform image
docker buildx build \
--platform linux/amd64,linux/arm64 \
-t "gitea.jde.nz/public/dropshell-build-base:latest" \