update readme example with optional args

This commit is contained in:
2022-12-04 14:36:32 -08:00
parent e03d003540
commit 5100e7cff6

View File

@@ -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"