Skip to content

Commit e16bc48

Browse files
committed
Correct hook generation for 7.3 hook
1 parent 4598e0a commit e16bc48

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)
6+
additionalTags=(7.3)
77

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

0 commit comments

Comments
 (0)