Commit graph

9 commits

Author SHA1 Message Date
402bc210aa Rewrite for Podman based infrastructure
All checks were successful
/ build (push) Successful in 2m28s
Replace Docker buildx based container building with buildah configured
for running in a Forgejo runner that's inside a rootless Podman
deployment.

This also removes kubectl and ansible as my infrastructure is not going
to target these technologies for deployment.
2025-05-18 22:44:50 +02:00
5d235f2e9a Avoid circular dependency in build script
Use the node image and install docker onto it in the CI pipeline
building the builder image to avoid a circular dependency loop of
requiring the builder image in order to build it.
2024-08-02 13:14:43 +02:00
8078c354fc Properly tag releases 2024-07-20 18:53:37 +02:00
3604d89d6f Fix image name 2024-07-15 23:24:36 +02:00
db01452e4e Fix tags format 2024-07-15 23:23:44 +02:00
96f2dbf6aa Set regitry to public HTTPS endpoint 2024-07-15 23:20:33 +02:00
1bb772ffba Try using builder image to make builder
This creates a circular dependency, but avoids having to use the heavy
Ubuntu image.
2024-07-15 23:17:57 +02:00
8711d15806 Try running with docker image 2024-07-15 22:08:06 +02:00
811f9feb14 Add forgejo workflow to build image 2024-07-15 22:05:19 +02:00