From 5100e7cff6648dc6e9616fc0579380a73aced64d Mon Sep 17 00:00:00 2001 From: James Brumond Date: Sun, 4 Dec 2022 14:36:32 -0800 Subject: [PATCH] update readme example with optional args --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 732a283..d283421 100644 --- a/readme.md +++ b/readme.md @@ -13,6 +13,10 @@ kind: template load: multiarch-container.yaml data: repo: images/example-image-name + build_branches: + - master + build_args: + - EXAMPLE_ARG=foo tags: - "1.2.3" - "1.2"