Compare commits
3 Commits
0.0.4-rele
...
v0.0.4-rel
Author | SHA1 | Date | |
---|---|---|---|
f84eb3ce70 | |||
f576588ec0 | |||
0ae229792c |
@@ -1,4 +1,6 @@
|
||||
.git/
|
||||
.gitlab-ci.yml
|
||||
|
||||
# CI cache folder storing docker images
|
||||
ci-exports/
|
||||
|
||||
.gitlab-ci.yml
|
||||
|
@@ -23,16 +23,15 @@ variables:
|
||||
# Use TLS https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#tls-enabled
|
||||
DOCKER_HOST: tcp://docker:2376
|
||||
|
||||
services:
|
||||
- docker:19.03.12-dind
|
||||
|
||||
.docker_cache:
|
||||
cache:
|
||||
key: "$CI_COMMIT_REF_SLUG"
|
||||
paths:
|
||||
- ci-exports/*.tar
|
||||
|
||||
services:
|
||||
- docker:19.03.12-dind
|
||||
|
||||
|
||||
# Make sure we can build a docker image
|
||||
# It's pushed to the pipeline-local registry which acts as a cache
|
||||
build_docker:
|
||||
|
Reference in New Issue
Block a user