Skip to content

Commit 9927d26

Browse files
test
1 parent eb3527c commit 9927d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/variants

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function push_variants() {
116116
eval "$VARIANT_DATA";
117117
docker_push "$(variant_image_name ${VARIANT_NAME})"
118118
# Tag also stable if this is tagged build
119-
echo $DOCKER_TAG
119+
echo "DOCKER TAG : $DOCKER_TAG"
120120
if [ "$DOCKER_TAG" != "latest" ];then
121121
docker tag "$(variant_image_name ${VARIANT_NAME})" "$(variant_image_name_stable ${VARIANT_NAME})"
122122
docker_push "$(variant_image_name_stable ${VARIANT_NAME})"

0 commit comments

Comments
 (0)