Skip to content

Commit 832e388

Browse files
oktalzGopher Bot
authored andcommitted
BUILD/MINOR: ci: increase version of commit check
1 parent 3220185 commit 832e388

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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
@@ -89,7 +89,7 @@ gofumpt:
8989
commit-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:

0 commit comments

Comments
 (0)