Skip to content

Commit 4aa7730

Browse files
committed
facilitate a 'stable' tag in GHCR
1 parent 0c0e136 commit 4aa7730

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/promote-to-stable.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ jobs:
3333
# Retag it as "stable"
3434
docker tag $IMAGE_NAME:$VERSION $IMAGE_NAME:stable
3535
36-
# Push the new stable tag
37-
docker push $IMAGE_NAME:$VERSION $IMAGE_NAME:stable
36+
# Push both tags
37+
docker push $IMAGE_NAME:$VERSION
38+
docker push $IMAGE_NAME:stable

0 commit comments

Comments
 (0)