change url
Some checks failed
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-06-09 12:37:04 -05:00
parent 1ad039e9ff
commit 4ef6e85ed9
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"]
[registry."hub.docker.com"]
mirrors = ["harbor.alexlebens.net/proxy-hub.docker/"]
- name: Available Platforms

View File

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