fix ci(i hate having to push broken code)
This commit is contained in:
parent
0a37859bef
commit
5148ba73e3
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
image: docker:latest
|
image: docker:24.0.5
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
|
|
@ -8,7 +8,7 @@ stages:
|
||||||
variables:
|
variables:
|
||||||
DOCKER_TLS_CERTDIR: "/certs"
|
DOCKER_TLS_CERTDIR: "/certs"
|
||||||
|
|
||||||
build_and_push:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- docker build .
|
- docker build .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue