Go to file
Dustin 6cc6c5ef36 bci2: Add defaultBranch keyword argument
Passing the `defaultBranch` argument to `buildContainerImage2()` allows
setting the `latest` for projects where the default branch is not
*main*.  For example:

```groovy
buildContainerImage2(defaultBranch: 'master')
```

This will update the `latest` tag whenever a new build is created on the
*master* branch.
2024-01-11 09:49:50 -06:00
resources bci2: Allow running on a Raspberry Pi 2023-10-28 09:58:47 -05:00
vars bci2: Add defaultBranch keyword argument 2024-01-11 09:49:50 -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!