docker fix (#7692)

This commit is contained in:
Marko
2020-10-27 17:13:17 +00:00
committed by GitHub
parent db09e51613
commit 7792ccf342
+1
View File
@@ -33,6 +33,7 @@ jobs:
TAGS="${DOCKER_IMAGE}:${VERSION}"
if [[ $VERSION =~ ^v[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then
TAGS="$TAGS,${DOCKER_IMAGE}:${VERSION}"
fi
echo ::set-output name=version::${VERSION}
echo ::set-output name=tags::${TAGS}
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')