Skip to content

Commit 14b56cf

Browse files
committed
devops: have version for Docker tag only on stable
1 parent 0098ac0 commit 14b56cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/docker/publish_docker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ FOCAL_TAGS=(
4343
"next"
4444
"sha-${GITHUB_SHA}"
4545
"next-focal"
46-
"v${PW_VERSION}-focal"
47-
"v${PW_VERSION}"
4846
)
4947

5048
if [[ "$RELEASE_CHANNEL" == "stable" ]]; then
5149
FOCAL_TAGS+=("latest")
5250
FOCAL_TAGS+=("focal")
51+
FOCAL_TAGS+=("v${PW_VERSION}-focal")
52+
FOCAL_TAGS+=("v${PW_VERSION}")
5353
fi
5454

5555
tag_and_push() {

0 commit comments

Comments
 (0)