Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 69a84f0

Browse files
author
Dustin Collins
committed
Remove stable from image tag
1 parent 0749681 commit 69a84f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

push-image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function tag_and_push() {
2121
if [[ "$BRANCH_NAME" == 'v4' ]]; then
2222
bare_tag='4'
2323
latest_tag='4-latest'
24-
stable_tag="4-$(cat VERSION)-stable"
24+
stable_tag="4-$(cat VERSION)"
2525

2626
tag_and_push $IMAGE $bare_tag 'latest image (bare)'
2727
tag_and_push $IMAGE $latest_tag 'latest image'

0 commit comments

Comments
 (0)