本都部署

This commit is contained in:
CN-P5 2025-04-23 16:43:42 +08:00
parent 35d2bdb9b1
commit 3bcd7fe4e3

View File

@ -15,7 +15,14 @@ jobs:
- name: 检出源码 - name: 检出源码
uses: https://git.des8.com/docker/checkout@v4 uses: https://git.des8.com/docker/checkout@v4
- name: Docker Buildx
uses: https://git.des8.com/docker/setup-buildx-action@v3
with:
config-inline: |
[registry."git.des8.com"]
http = true
insecure = true
- name: 编译Docker镜像 - name: 编译Docker镜像
uses: https://git.des8.com/docker/build-push-action@v5 uses: https://git.des8.com/docker/build-push-action@v5
with: with: