update parent docker (dind) image
This commit is contained in:
parent
49aad9e818
commit
4067fb4c39
1 changed files with 6 additions and 7 deletions
|
|
@ -1,16 +1,15 @@
|
|||
default:
|
||||
image: docker:24.0.5
|
||||
|
||||
before_script:
|
||||
- docker info
|
||||
image: docker:28.5.1-dind
|
||||
services:
|
||||
- "docker:24.0.5-dind"
|
||||
- "docker:28.5.1-dind"
|
||||
variables:
|
||||
DOCKER_TLS_CERTDIR: "/certs"
|
||||
CI_DEBUG_SERVICES: "true"
|
||||
DOCKER_TLS_CERTDIR: "/certs"
|
||||
IMAGE_NAME: "ci.virintox.com/spfn/splatie"
|
||||
IMAGE_TAG: "${CI_COMMIT_REF_SLUG}"
|
||||
stages:
|
||||
- build
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- docker build .
|
||||
stage: push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue