From 7d65a041a004f944850d1e7111586f9bd13e4018 Mon Sep 17 00:00:00 2001 From: shu Date: Tue, 11 Aug 2020 10:47:38 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 200005b..137a4ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,6 @@ build: stage: build script: - docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY - - docker buildx build --platform $CI_BUILD_ARCHS --tag $IMAGE_NAME:$CI_COMMIT_SHA --push . - - docker buildx build --platform $CI_BUILD_ARCHS --tag $IMAGE_NAME:$CI_COMMIT_REF_NAME --push . - - docker buildx build --platform $CI_BUILD_ARCHS --tag $IMAGE_NAME:latest --push . + - docker buildx build --platform $CI_BUILD_ARCHS --progress plain --pull --tag "$IMAGE_NAME:$CI_COMMIT_SHA" --push . + - docker buildx build --platform $CI_BUILD_ARCHS --progress plain --pull --tag "$IMAGE_NAME:$CI_COMMIT_REF_NAME" --push . + - docker buildx build --platform $CI_BUILD_ARCHS --progress plain --pull --tag "$IMAGE_NAME:latest" --push .