Skip to content

Commit 9ad1147

Browse files
committed
devops: fix Docker publishing
1 parent 772d587 commit 9ad1147

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/docker/publish_docker.sh

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ fi
3333

3434
BIONIC_TAGS=(
3535
"next-bionic"
36-
"v${PW_VERSION}-bionic"
3736
)
3837
if [[ "$RELEASE_CHANNEL" == "stable" ]]; then
3938
BIONIC_TAGS+=("bionic")

0 commit comments

Comments
 (0)