Skip to content

Commit 9d7c7e6

Browse files
committed
BUILD/MINOR: ci: increase version of commit check
1 parent aa10617 commit 9d7c7e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1515
pipelines-check:
1616
stage: bots
@@ -101,7 +101,7 @@ gofumpt:
101101
commit-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:

0 commit comments

Comments
 (0)