diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -16,3 +16,14 @@ is no need to change them all. The usual build workflow with pull / build / tag / push docker commands should work just fine. There isn't a docker daemon running though. + +## template + +There is a template in this repo which you can use via include in +.gitlab-ci.yml: + +``` +include: + - project: 'kraxel/podman-docker-builder' + file: 'gitlab-ci-template.yml' +``` |