feat(ci): build using podman for zstd:chunked and only build changed containers

This commit is contained in:
Job
2025-12-27 14:52:11 +01:00
parent 40bb6328c4
commit 34f5ed7bb6
3 changed files with 112 additions and 61 deletions

View File

@@ -2,6 +2,6 @@ ARG TAG
FROM git.plabble.org/job79/fedora:${TAG}
USER root
RUN dnf -y install go && dnf clean all
RUN dnf -y install go
USER user