From 37eb1d7686f5d09eb8bf1a92efe94c1f0c2a60c1 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 13 Jul 2020 16:06:41 +0200 Subject: update readme for template --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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' +``` -- cgit