This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
|||||||
namespace=gitea
|
namespace=gitea
|
||||||
qemu.install=true
|
qemu.install=true
|
||||||
buildkitd-config-inline: |
|
buildkitd-config-inline: |
|
||||||
[registry."hub.docker"]
|
[registry."hub.docker.com"]
|
||||||
mirrors = ["harbor.alexlebens.net/proxy-hub.docker/"]
|
mirrors = ["harbor.alexlebens.net/proxy-hub.docker/"]
|
||||||
|
|
||||||
- name: Available Platforms
|
- name: Available Platforms
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
ARG REGISTRY=hub.docker
|
ARG REGISTRY=hub.docker.com
|
||||||
FROM ${REGISTRY}/node:22.16.0-alpine3.22 AS base
|
FROM ${REGISTRY}/node:22.16.0-alpine3.22 AS base
|
||||||
|
|
||||||
LABEL version="0.8.9"
|
LABEL version="0.8.9"
|
||||||
|
Reference in New Issue
Block a user