Go to file
Dustin 008bae5cee bci2: Allow setting custom schedule
The `buildContainerImage2` function now accepts an optional `schedule`
argument.  If specified, the value will be used as the cron expression
for triggering a build periodically.
2023-11-01 10:10:01 -05:00
resources bci2: Allow running on a Raspberry Pi 2023-10-28 09:58:47 -05:00
vars bci2: Allow setting custom schedule 2023-11-01 10:10:01 -05: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!