3 Commits

Author SHA1 Message Date
f84eb3ce70 retrigger dockerhub build 2020-12-29 00:52:45 +01:00
f576588ec0 Trigger dockerhub build 2020-12-29 00:51:22 +01:00
0ae229792c Ignore .git in docker image 2020-12-29 00:45:16 +01:00
2 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
.git/
.gitlab-ci.yml
# CI cache folder storing docker images
ci-exports/
.gitlab-ci.yml

View File

@@ -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: