Skip to content

Commit fb2a5bd

Browse files
committed
Remove additional tags
1 parent 12e406f commit fb2a5bd

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 71 7.1-jessie 71-jessie)
6+
additionalTags=()
77

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

0 commit comments

Comments
 (0)