change registry
All checks were successful
renovate / renovate (push) Successful in 18s

This commit is contained in:
2025-06-09 13:02:52 -05:00
parent ce6f476e8f
commit ae7e21eb82
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ jobs:
namespace=gitea
qemu.install=true
buildkitd-config-inline: |
[registry."hub.docker.com"]
[registry."docker.io"]
mirrors = ["harbor.alexlebens.net/proxy-hub.docker/"]
- name: Available Platforms

View File

@@ -1,4 +1,4 @@
ARG REGISTRY=hub.docker.com
ARG REGISTRY=docker.io
FROM ${REGISTRY}/node:22.16.0-alpine3.22 AS base
LABEL version="0.8.10"