ci(docker publish): fix docker image tag publish
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user