We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ca3f1 commit 3abec13Copy full SHA for 3abec13
utils/docker/publish_docker.sh
@@ -47,15 +47,15 @@ FOCAL_TAGS=(
47
JAMMY_TAGS=(
48
"next-jammy"
49
)
50
-if [[ "$RELEASE_CHANNEL" == "stable" ]]; then
51
- JAMMY_TAGS+=("jammy")
52
-fi
53
54
if [[ "$RELEASE_CHANNEL" == "stable" ]]; then
55
FOCAL_TAGS+=("latest")
56
FOCAL_TAGS+=("focal")
57
FOCAL_TAGS+=("v${PW_VERSION}-focal")
58
FOCAL_TAGS+=("v${PW_VERSION}")
+
+ JAMMY_TAGS+=("jammy")
+ JAMMY_TAGS+=("v${PW_VERSION}-jammy")
59
fi
60
61
tag_and_push() {
0 commit comments