Update CI.yml

This commit is contained in:
Alexey Pustovalov 2020-09-07 22:18:38 +03:00 committed by GitHub
parent 026b7a7779
commit f1db34b744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,5 +155,5 @@ jobs:
fi
echo "::warning tag value - $IMAGE_TAG_VERSIONS"
for version in ${IMAGE_TAG_VERSIONS[@]}; do
echo "::warning tag value - $version"
echo "::warning tag value2 - $version"
done