Adding README and switching CI to latest Docker and Dind
This commit is contained in:
parent
a2e5e14cb6
commit
e5b3409a94
2 changed files with 25 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
image: docker:20.10.16
|
||||
image: docker:latest
|
||||
|
||||
variables:
|
||||
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
|
||||
|
@ -9,7 +9,7 @@ stages:
|
|||
- release
|
||||
|
||||
services:
|
||||
- docker:20.10.16-dind
|
||||
- docker:dind
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue