ci: change default image to docker:git
Signed-off-by: Vojtech Mares <iam@vojtechmares.com>
This commit is contained in:
parent
38e1389976
commit
cf444de966
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
default:
|
default:
|
||||||
image: ubuntu:22.04
|
image: docker:git
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
|
||||||
Reference in a new issue