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 4598e0a commit e16bc48Copy full SHA for e16bc48
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)
+additionalTags=(7.3)
7
8
# Tag and push image for each additional tag
9
for tag in ${additionalTags[@]}; do
0 commit comments