try to use docker directly
This commit is contained in:
parent
1bf8ba4700
commit
b659ab8915
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ docker:
|
||||||
only: ['main', 'tags']
|
only: ['main', 'tags']
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/jdrouet/docker-with-buildx:latest
|
image: docker
|
||||||
before_script:
|
before_script:
|
||||||
- apk --no-cache add git just --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
|
- apk --no-cache add git just --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue