Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ before_script: build: tags: - "shell" - "docker" stage: build script: - docker build -t $IMAGE_NAME:$IMAGE_TAG . Loading @@ -20,7 +20,7 @@ build: push: tags: - "shell" - "docker" stage: push script: - echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" $CI_REGISTRY --password-stdin Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ before_script: build: tags: - "shell" - "docker" stage: build script: - docker build -t $IMAGE_NAME:$IMAGE_TAG . Loading @@ -20,7 +20,7 @@ build: push: tags: - "shell" - "docker" stage: push script: - echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" $CI_REGISTRY --password-stdin Loading