devops: fix tags on jammy stable images (#26834)
This commit is contained in:
parent
8c494e2519
commit
f219f9fd41
|
|
@ -49,8 +49,8 @@ JAMMY_TAGS=(
|
||||||
)
|
)
|
||||||
|
|
||||||
if [[ "$RELEASE_CHANNEL" == "stable" ]]; then
|
if [[ "$RELEASE_CHANNEL" == "stable" ]]; then
|
||||||
FOCAL_TAGS+=("latest")
|
JAMMY_TAGS+=("latest")
|
||||||
FOCAL_TAGS+=("jammy")
|
JAMMY_TAGS+=("jammy")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tag_and_push() {
|
tag_and_push() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue