ci(docker publish): remove specific tag from docker push

This commit is contained in:
Gergő Jedlicska
2022-04-04 14:26:29 +02:00
parent cca97d415b
commit 404b4c3809
+2 -1
View File
@@ -19,4 +19,5 @@ 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:latest
docker image ls
docker push -a $DOCKER_IMAGE_TAG