ci: use base image from gitea
All checks were successful
Build container / base-build (push) Successful in 2m49s

This commit is contained in:
Job
2025-10-16 17:23:28 +02:00
parent 34bb6f8ea0
commit 0fd865e8e0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
FROM ghcr.io/job79/base:latest FROM git.plabble.org/job79/base:latest
RUN dnf -y install go RUN dnf -y install go

View File

@@ -1,2 +1,2 @@
FROM ghcr.io/job79/base:latest FROM git.plabble.org/job79/base:latest
RUN dnf -y install kubectl RUN dnf -y install kubectl