From 8f5bec729f80b017018dcc185eccf5411b67a8c0 Mon Sep 17 00:00:00 2001 From: xkm Date: Thu, 16 Oct 2025 17:14:26 +0800 Subject: [PATCH] fix: push error --- debian.sh | 3 ++- ubuntu.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian.sh b/debian.sh index 22ace81..ae30c8f 100755 --- a/debian.sh +++ b/debian.sh @@ -4,7 +4,8 @@ set -e podman build -t reg.xd.xkm.be/xdu/debian:latest -t reg.xd.xkm.be/xdu/debian:trixie -f debian.dockerfile -podman push reg.xd.xkm.be/xdu/debian:latest reg.xd.xkm.be/xdu/debian:trixie +podman push reg.xd.xkm.be/xdu/debian:latest +podman push reg.xd.xkm.be/xdu/debian:trixie podman build -t reg.xd.xkm.be/xdu/debian:bookworm -f debian-12.dockerfile diff --git a/ubuntu.sh b/ubuntu.sh index d525144..95db9a1 100755 --- a/ubuntu.sh +++ b/ubuntu.sh @@ -4,4 +4,5 @@ set -e podman build -t reg.xd.xkm.be/xdu/ubuntu:latest -t reg.xd.xkm.be/xdu/ubuntu:25.10 -f ubuntu.dockerfile -podman push reg.xd.xkm.be/xdu/ubuntu:latest reg.xd.xkm.be/xdu/ubuntu:25.10 +podman push reg.xd.xkm.be/xdu/ubuntu:latest +podman push reg.xd.xkm.be/xdu/ubuntu:25.10