Go to file
Dustin a4e9602ca9 buildContainerImage2: Unstash single-arch image
If the image being built is only for a single architecture, the step to
unstash the OCI archive file was missing.  This caused the build to fail
at the Push step, since there was noting to push.
2023-10-24 19:34:27 -05:00
resources buildContainerImage2: Support multiarch OCI images 2023-10-05 22:12:09 -05:00
vars buildContainerImage2: Unstash single-arch image 2023-10-24 19:34:27 -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!