devops: fix tags on jammy stable images (#26834)

This commit is contained in:
Ivo Berger 2023-09-03 09:57:09 +02:00 committed by GitHub
parent 8c494e2519
commit f219f9fd41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,8 +49,8 @@ JAMMY_TAGS=(
)
if [[ "$RELEASE_CHANNEL" == "stable" ]]; then
FOCAL_TAGS+=("latest")
FOCAL_TAGS+=("jammy")
JAMMY_TAGS+=("latest")
JAMMY_TAGS+=("jammy")
fi
tag_and_push() {