File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
@@ -89,7 +89,7 @@ gofumpt:
8989commit-policy :
9090 stage : lint
9191 image :
92- name : $CI_REGISTRY_GO/commit-check:5.0.4
92+ name : $CI_REGISTRY_GO/commit-check:5.4.2
9393 entrypoint : [""]
9494 tags :
9595 - go
@@ -151,7 +151,7 @@ test:
151151 before_script :
152152 - apk add git bash curl jq git
153153 - git clone https://github.com/bats-core/bats-core.git && cd bats-core && git checkout $BATS_VERSION && ./install.sh /usr/local && cd ..
154- - docker login -u gitlab-ci-token - p $CI_JOB_TOKEN $CI_REGISTRY_GO
154+ - docker login -u='$app' - p $CI_REGISTRY_TOKEN $CI_REGISTRY_GO
155155 script :
156156 - bash -x ./e2e/run.bash
157157 rules :
You can’t perform that action at this time.
0 commit comments