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 @@ -10,7 +10,7 @@ variables:
1010 DOCKER_BASE_IMAGE : $CI_REGISTRY_GO/haproxy-debian
1111 BATS_VERSION : v1.10.0
1212 GO_VERSION : " 1.25"
13- DOCKER_VERSION : " 26.0 "
13+ DOCKER_VERSION : " 29.1 "
1414
1515pipelines-check :
1616 stage : bots
@@ -101,7 +101,7 @@ gofumpt:
101101commit-policy :
102102 stage : lint
103103 image :
104- name : $CI_REGISTRY_GO/commit-check:5.0.4
104+ name : $CI_REGISTRY_GO/commit-check:5.4.2
105105 entrypoint : [""]
106106 tags :
107107 - go
@@ -163,7 +163,7 @@ test:
163163 before_script :
164164 - apk add git bash curl jq git
165165 - git clone https://github.com/bats-core/bats-core.git && cd bats-core && git checkout $BATS_VERSION && ./install.sh /usr/local && cd ..
166- - docker login -u gitlab-ci-token - p $CI_JOB_TOKEN $CI_REGISTRY_GO
166+ - docker login -u='$app' - p $CI_REGISTRY_TOKEN $CI_REGISTRY_GO
167167 script :
168168 - bash -x ./e2e/run.bash
169169 rules :
You can’t perform that action at this time.
0 commit comments