File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ docker-build:
113
113
tags :
114
114
- go
115
115
before_script :
116
- - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY_GO
116
+ - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY_GO
117
117
- go version
118
118
- docker pull -q $CI_REGISTRY_GO/alpine:3
119
119
- docker image tag $CI_REGISTRY_GO/alpine:3 alpine:3
@@ -142,7 +142,7 @@ docker-build-sch:
142
142
tags :
143
143
- go
144
144
before_script :
145
- - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY_GO
145
+ - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY_GO
146
146
- go version
147
147
- docker pull -q $CI_REGISTRY_GO/alpine:3
148
148
- docker image tag $CI_REGISTRY_GO/alpine:3 alpine:3
@@ -178,7 +178,7 @@ docker-build-sch:
178
178
exclude :
179
179
- tar/*
180
180
before_script :
181
- - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY_GO
181
+ - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY_GO
182
182
- docker load -i tar/k8sIC.tar
183
183
- go version
184
184
- go mod download &
You can’t perform that action at this time.
0 commit comments