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 8894726 commit da9dc4b
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 @@ -113,7 +113,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 @@ -142,7 +142,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 @@ -178,7 +178,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 da9dc4b

Please sign in to comment.