Skip to content

Commit

Permalink
CLEANUP/MINOR: ci: remove deprecated gitlab token usage
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Jan 17, 2024
1 parent 3dc5234 commit fd71002
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ docker-build:
tags:
- go
before_script:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY_GO
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY_GO
- go version
- docker pull -q $CI_REGISTRY_GO/alpine:3
- docker image tag $CI_REGISTRY_GO/alpine:3 alpine:3
Expand Down Expand Up @@ -137,7 +137,7 @@ docker-build-sch:
tags:
- go
before_script:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY_GO
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY_GO
- go version
- docker pull -q $CI_REGISTRY_GO/alpine:3
- docker image tag $CI_REGISTRY_GO/alpine:3 alpine:3
Expand Down Expand Up @@ -174,7 +174,7 @@ docker-build-sch:
exclude:
- tar/*
before_script:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY_GO
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY_GO
- docker load -i tar/k8sIC.tar
- go version
- go mod download &
Expand Down

0 comments on commit fd71002

Please sign in to comment.