Fix CI config.

This commit is contained in:
Stanislav Nikitin 2021-06-14 23:08:54 +05:00
parent dec022e460
commit 1210ecb510
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550
1 changed files with 1 additions and 3 deletions

View File

@ -14,9 +14,6 @@ stages:
- test
- build
before_script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
lint:
stage: test
image: ${GOLANGCILINT_IMAGE}
@ -31,6 +28,7 @@ build:
tags:
- docker
script:
#- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- source docker/set_docker_tag.sh
- docker build -t $CONTAINER_NAME:$DOCKER_TAG .
- docker push $CONTAINER_NAME:$DOCKER_TAG