diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-13 16:06:41 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-13 16:06:41 +0200 |
commit | 37eb1d7686f5d09eb8bf1a92efe94c1f0c2a60c1 (patch) | |
tree | d8ffc7b438a939afad0b218a97f2d1f5f4959b33 | |
parent | d4fe5111452e43e19936a84d3ee406ee2ebae05e (diff) | |
download | podman-docker-builder-37eb1d7686f5d09eb8bf1a92efe94c1f0c2a60c1.tar.gz |
update readme for template
-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' +``` |