diff options
| -rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 73c2e6f..fb7551c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -80,7 +80,7 @@ pipeline { docker version docker buildx version docker buildx ls | grep -q multiarch || docker buildx create --name multiarch --use --bootstrap - echo "$DOCKER_PASS" | docker login $REGISTRY -u "$DOCKER_USER" --password-stdin + echo "$DOCKER_PASS" | docker login -u "$DOCKER_USER" --password-stdin DOCKER_BUILDKIT=1 docker buildx build \ --platform ${PLATFORMS} \ |
