'Generic Commit'
Some checks failed
dropshell-build multiarch / build (linux/arm64) (push) Successful in 35s
dropshell-build multiarch / build (linux/amd64) (push) Failing after 6m21s
dropshell-build multiarch / create-manifest (push) Has been skipped

This commit is contained in:
Your Name 2025-06-15 14:15:23 +12:00
parent e5bf605c08
commit db3a4dfa81

View File

@ -10,11 +10,9 @@ ARCH=$(uname -m)
echo "Publishing dropshell-build-base:test as :latest-${ARCH}..."
# Pull the multiarch manifest from :test tag
docker buildx imagetools create \
--tag gitea.jde.nz/public/dropshell-build-base:latest-${ARCH} \
gitea.jde.nz/public/dropshell-build-base:test
docker tag gitea.jde.nz/public/dropshell-build-base:test gitea.jde.nz/public/dropshell-build-base:latest-${ARCH}
docker push gitea.jde.nz/public/dropshell-build-base:latest-${ARCH}
echo "Successfully tagged dropshell-build-base:test as :latest-${ARCH}"
echo "Successfully pushed dropshell-build-base:latest-${ARCH}"