Compare commits

...

2 Commits

Author SHA1 Message Date
Dmitriy Pleshevskiy 9986a7b5c3
use latest docker dind image
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-03-10 18:16:31 +03:00
Dmitriy Pleshevskiy be79e64885
ci: use org registry environment 2023-03-10 18:16:13 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@ pipeline:
build-docker-image:
image: plugins/docker
settings:
repo: git.pleshevski.ru/${CI_REPO}
repo: ${ORG_REGISTRY}/${CI_REPO}

View File

@ -1,4 +1,4 @@
FROM docker:20.10.14-dind
FROM docker:23.0.1-dind
COPY entrypoint.sh /