File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,13 @@ for FLOAT_TAG in dev stable latest; do
5757 fi
5858
5959 TARGET_VERSION=" ${TARGET_TAG# v} "
60+
61+ # 🔥 Check if the source image exists
62+ if ! docker buildx imagetools inspect " $IMAGE :$TARGET_VERSION " & > /dev/null; then
63+ echo " ⚠️ Source image $IMAGE :$TARGET_VERSION does not exist — skipping $FLOAT_TAG "
64+ continue
65+ fi
66+
6067 echo " 🔁 Creating manifest for $IMAGE :$FLOAT_TAG from $IMAGE :$TARGET_VERSION "
6168 docker buildx imagetools create \
6269 --tag " $IMAGE :$FLOAT_TAG " \
Original file line number Diff line number Diff line change 1- 0.0.5-alpha.4
1+ 0.0.5-alpha.5
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " subvortex-auto-upgrader"
7- version = " 0.0.5-alpha.4 "
7+ version = " 0.0.5-alpha.5 "
88description = " SubVortex Auto Upgrader"
99authors = [{ name = " Eclipse Vortex" , email = " subvortex.bt@gmail.com" }]
1010readme = " README.md"
Original file line number Diff line number Diff line change 1- __version__ = "0.0.5-alpha.4 "
1+ __version__ = "0.0.5-alpha.5 "
You can’t perform that action at this time.
0 commit comments