ci: use data.forgejo.org for runner image

This commit is contained in:
Will Anderson
2026-03-26 13:00:01 -05:00
parent e4db8bbda5
commit 23131ef04f
+1 -1
View File
@@ -1,4 +1,4 @@
FROM code.forgejo.org/forgejo/runner:latest AS runner-bin
FROM data.forgejo.org/forgejo/runner:11 AS runner-bin
FROM ubuntu:24.04