1
0
Fork
You've already forked buildah-simple
0
Archival of community action for building images using buildah
sarge da4db588a0
All checks were successful
/ test (push) Successful in 1m6s
ci: test using current repo and commit
2026年01月26日 05:55:48 +00:00
.forgejo/workflows ci: test using current repo and commit 2026年01月26日 05:55:48 +00:00
action.yml Improve check of input push 2026年01月23日 15:30:57 +01:00
LICENSE Update LICENSE 2025年07月21日 19:10:24 -04:00
README.md Update URL in example in Docs section of README.md 2026年01月22日 10:51:39 +01:00

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