From 4e94aea657b72c722375002c07bba127283c5003 Mon Sep 17 00:00:00 2001 From: redxef Date: Tue, 30 Aug 2022 00:19:10 +0200 Subject: [PATCH] Add example link. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index deeefc1..83ad635 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,8 @@ Push the image to the repository and add tags. - additional\_tags: *Optional*. The path to a file containing more tags. +## Example + +See [ci/pipeline.yml](ci/pipeline.yml) for an example usage. This +pipeline builds this image, first with the "edge" tag and after the +tests run successfully it tags the build as "latest".