File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 33set -euo pipefail
44
55IMAGES=(manylinux2014 manylinux_2_28 manylinux_2_31 manylinux_2_34 musllinux_1_2)
6- # IMAGES=(manylinux_2_28 manylinux_2_31 manylinux_2_34 musllinux_1_2)
76
8- # IMAGES=(manylinux2014)
97podman login -u " ${QUAY_USERNAME} " -p " ${QUAY_PASSWORD} " quay.io
108
119for IMAGE in " ${IMAGES[@]} " ; do
@@ -21,7 +19,7 @@ for IMAGE in "${IMAGES[@]}"; do
2119 TAGS_TO_PUSH=()
2220 while IFS=' ' read -r LINE; do
2321 TAGS_TO_PUSH+=(" $LINE " );
24- done < <( oras repo tags --last " ${LAST_TAG} " " quay.io/pypa/${REF_IMAGE} " | grep -v " ^20[0-9][0-9]-" | grep -v 2025.03 | grep -v " latest" )
22+ done < <( oras repo tags --last " ${LAST_TAG} " " quay.io/pypa/${REF_IMAGE} " | grep -v " ^20[0-9][0-9]-" | grep -v " latest" )
2523 if [ ${# TAGS_TO_PUSH[@]} -eq 0 ]; then
2624 echo " ${IMAGE} : up-to-date"
2725 continue
You can’t perform that action at this time.
0 commit comments