Skip to content

Commit 2f01185

Browse files
committed
Update deploy_multiarch.sh
1 parent 684fe0f commit 2f01185

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

deploy_multiarch.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@ for IMAGE in "${IMAGES[@]}"; do
2222
TAGS_TO_PUSH+=("$LINE");
2323
done < <(oras repo tags --last "${LAST_TAG}" "quay.io/pypa/${REF_IMAGE}" | grep -v "^20[0-9][0-9]-" | grep -v "latest")
2424
if [ ${#TAGS_TO_PUSH[@]} -eq 0 ]; then
25-
echo "${IMAGE}: up-to-date"
25+
echo "no new tags to push"
2626
echo "::endgroup::"
2727
continue
2828
fi
29-
30-
echo "${IMAGE}: adding tags ${TAGS_TO_PUSH[*]}"
31-
29+
echo "pushing tags ${TAGS_TO_PUSH[*]}"
3230
# no nested groups in GHA
3331
echo "::endgroup::"
3432

0 commit comments

Comments
 (0)