乱来了
Some checks failed
Build and Push Docker Images / build-and-push (frontend) (push) Failing after 18s
Build and Push Docker Images / build-and-push (backend) (push) Failing after 42s

This commit is contained in:
小贺
2025-09-03 22:48:53 +08:00
parent c333fde2e3
commit e07b202d61

View File

@@ -20,6 +20,14 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
with:
driver-opts: image=moby/buildkit:latest
install: true
network: host
buildkitd-config-inline: |
[registry."gitea.zfxt.top:8443"]
http = true
insecure = true
- name: Login to Registry - name: Login to Registry
uses: docker/login-action@v3 uses: docker/login-action@v3