Skip to content

Commit d526925

Browse files
committed
Make stretch image canonical
1 parent 36f323c commit d526925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/post_push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
# A space-separated list of additional tags to place on this image.
6-
additionalTags=(7.1-stretch 71-stretch)
6+
additionalTags=(7.1)
77

88
# Tag and push image for each additional tag
99
for tag in ${additionalTags[@]}; do

0 commit comments

Comments
 (0)