diff --git a/build-base/publish.sh b/build-base/publish.sh index 6a30beb..e686b2e 100755 --- a/build-base/publish.sh +++ b/build-base/publish.sh @@ -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}"