ci(docker publish): fix docker image tag publish

This commit is contained in:
Gergő Jedlicska
2022-04-04 14:19:13 +02:00
parent 0b2c00b9f1
commit cca97d415b
+1 -1
View File
@@ -19,4 +19,4 @@ if [[ "$IMAGE_VERSION_TAG" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
fi
echo "$DOCKER_REG_PASS" | docker login -u "$DOCKER_REG_USER" --password-stdin $DOCKER_REG_URL
docker push -a $DOCKER_IMAGE_TAG
docker push -a $DOCKER_IMAGE_TAG:latest