Go to file
Dustin b6f57b7c1a buildContainerImage: Allow passing arguments
The `registry`, `project`, `name`, and `tag` values can now be passed as
keyword arguments to the `buildContainerImage` function.  This will
allow jobs to override the default values if necessary.
2022-11-25 17:01:12 -06:00
resources Initial commit 2022-11-06 21:36:25 -06:00
vars buildContainerImage: Allow passing arguments 2022-11-25 17:01:12 -06:00
README.md Initial commit 2022-11-06 21:36:25 -06:00

README.md

Container Images Shared Library

This shared library allows jobs to build and publish container images to Gitea very easily:

buildContainerImage()

That's it!