aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-07-13 16:06:41 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-07-13 16:06:41 +0200
commit37eb1d7686f5d09eb8bf1a92efe94c1f0c2a60c1 (patch)
treed8ffc7b438a939afad0b218a97f2d1f5f4959b33
parentd4fe5111452e43e19936a84d3ee406ee2ebae05e (diff)
downloadpodman-docker-builder-37eb1d7686f5d09eb8bf1a92efe94c1f0c2a60c1.tar.gz
update readme for template
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 50f05f0..c540d73 100644
--- a/README.md
+++ b/README.md
@@ -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'
+```