We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f323c commit d526925Copy full SHA for d526925
hooks/post_push
@@ -3,7 +3,7 @@
3
set -e
4
5
# A space-separated list of additional tags to place on this image.
6
-additionalTags=(7.1-stretch 71-stretch)
+additionalTags=(7.1)
7
8
# Tag and push image for each additional tag
9
for tag in ${additionalTags[@]}; do
0 commit comments