Skip to content

Commit dd263fc

Browse files
chore(deps): update dependency docker to v4 (#215)
* chore(deps): update dependency docker to v4 * ci: Rewrite orb usage * Update config.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Timo Reymann <mail@timo-reymann.de>
1 parent 6ae71f1 commit dd263fc

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ only_tags: &only_tags
99

1010
orbs:
1111
github-cli: circleci/github-cli@2.7.2
12-
docker: circleci/docker@2.8.2
13-
codecov: codecov/codecov@5.4.3
12+
docker: circleci/docker@4.0.0
13+
codecov: codecov/codecov@6.0.0
1414
go: circleci/go@3.0.4
1515
github-utils: trustedshops-public/github-utils@1.2.0
1616
semantic-release: trustedshops-public/semantic-release@6.1.0
@@ -244,14 +244,14 @@ jobs:
244244
echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USERNAME" --password-stdin
245245
docker buildx create --use
246246
make build-docker
247-
- docker/update-description:
247+
- docker/update_description:
248248
image: timoreymann/gitlab-ci-verify
249-
docker-username: DOCKER_USERNAME
250-
docker-password: DOCKER_TOKEN
251-
- docker/update-description:
249+
docker_username: DOCKER_USERNAME
250+
docker_password: DOCKER_TOKEN
251+
- docker/update_description:
252252
image: timoreymann/gitlab-ci-lint-api-proxy
253-
docker-username: DOCKER_USERNAME
254-
docker-password: DOCKER_TOKEN
253+
docker_username: DOCKER_USERNAME
254+
docker_password: DOCKER_TOKEN
255255

256256
workflows:
257257
version: 2

0 commit comments

Comments
 (0)