更新 .github/workflows/docker.yml

This commit is contained in:
2025-12-07 18:46:07 +08:00
parent 55582bb3f3
commit 06a16c2e03
+6
View File
@@ -23,6 +23,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
# 👇 告诉 Buildx 这个地址允许 HTTP (insecure)
config-inline: |
[registry."172.18.0.21:3000"]
http = true
insecure = true
- name: Log in to Gitea Registry (Internal)
uses: docker/login-action@v3