File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ docker-build:
108
108
tags :
109
109
- go
110
110
before_script :
111
- - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY_GO
111
+ - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY_GO
112
112
- go version
113
113
- docker pull -q $CI_REGISTRY_GO/alpine:3
114
114
- docker image tag $CI_REGISTRY_GO/alpine:3 alpine:3
@@ -137,7 +137,7 @@ docker-build-sch:
137
137
tags :
138
138
- go
139
139
before_script :
140
- - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY_GO
140
+ - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY_GO
141
141
- go version
142
142
- docker pull -q $CI_REGISTRY_GO/alpine:3
143
143
- docker image tag $CI_REGISTRY_GO/alpine:3 alpine:3
@@ -174,7 +174,7 @@ docker-build-sch:
174
174
exclude :
175
175
- tar/*
176
176
before_script :
177
- - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY_GO
177
+ - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY_GO
178
178
- docker load -i tar/k8sIC.tar
179
179
- go version
180
180
- go mod download &
You can’t perform that action at this time.
0 commit comments