ci: add dnf cache
Some checks failed
Build containers / changes (push) Successful in 3s
Build containers / base-image (push) Failing after 3s
Build containers / dependent-images (go) (push) Has been skipped
Build containers / dependent-images (infra) (push) Has been skipped

This commit is contained in:
Job
2025-12-29 15:33:46 +01:00
parent 32bbe1c2cd
commit 015b6bd3c5
4 changed files with 8 additions and 6 deletions

View File

@@ -2,6 +2,6 @@ ARG TAG
FROM job79/fedora:${TAG}
USER root
RUN dnf -y install go && dnf clean all
RUN dnf -y --setopt=keepcache=1 install go
USER user