fix: Update docker image for prebuild step
This commit is contained in:
parent
f2410bc94c
commit
c1cadd6dc0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ services:
|
|||
|
||||
prebuild:
|
||||
stage: prebuild_and_test
|
||||
image: "docker"
|
||||
image: docker:19.03.12
|
||||
script:
|
||||
- docker pull $CI_REGISTRY_IMAGE:latest || true
|
||||
- docker build --cache-from $CI_REGISTRY_IMAGE:latest -t $CI_REGISTRY_IMAGE .
|
||||
|
|
Loading…
Reference in a new issue