prettier outputs

This commit is contained in:
ThetaDev
2024-03-02 20:04:53 +01:00
parent c6fa5d6f37
commit 0b6578f997
2 changed files with 16 additions and 0 deletions

View File

@@ -1 +1,11 @@
# Kaniko image builder
Gitea/Github action for building docker images using Kaniko. Kaniko is an image builder
that runs the build steps on the host system without a container runtime Therefore it
runs without issues in an unprivileged container.
The action script supports building containers for multiple architectures. This requires
the installation of `qemu-user-static` on the runner machine.
This project is based on [action-kaniko](https://github.com/aevea/action-kaniko) by Alex
Viscreanu.