forked from actions/buildah-simple
Archival of community action for building images using buildah
|
sarge
da4db588a0
All checks were successful
/ test (push) Successful in 1m6s
|
||
|---|---|---|
| .forgejo/workflows | ci: test using current repo and commit | |
| action.yml | Improve check of input push | |
| LICENSE | Update LICENSE | |
| README.md | Update URL in example in Docs section of README.md | |
action-buildah
A Forgejo action that uses Buildah, intended to run on Codeberg's runners.
Docs
# Install the buildah package here. You might also need ca-certificates depending on the distro.# For example, for Debian:# - run: apt-get update && apt-get install buildah ca-certificates -y- uses:https://codeberg.org/actions/buildah-simple@mainwith:tag:"registry.example/user/image:tag"# Required - The tag of the imagecontext:.# Required - The build contextadditional_flags:"--build-arg=example=example"# Optional - Additional flags for the build step of buildahpush:true# Required - Whether or not to push the imageauthfile:"example_authfile.tmp"# Optional - The path to the authfile