feat: 精简镜像构架支持
Some checks failed
Build Docker Images / build (map[app_version:v1.0 buggy:false tag:v1.0]) (push) Failing after 10s
Build Docker Images / build (map[app_version:v2.0 buggy:false tag:v2.0]) (push) Failing after 10s
Build Docker Images / build (map[app_version:v2.1 buggy:false tag:v2.1]) (push) Failing after 9s
Build Docker Images / build (map[app_version:v3.0-buggy buggy:true tag:v3.0-buggy]) (push) Failing after 10s

This commit is contained in:
2025-12-17 12:41:50 +08:00
parent 1e4c268a43
commit c75e679a92

View File

@@ -1,4 +1,4 @@
name: Build Multi-Platform Docker Images
name: Build Docker Images
on:
push:
@@ -29,9 +29,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to Harbor
uses: docker/login-action@v3
with:
@@ -43,7 +40,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/386,linux/arm64
platforms: linux/amd64
push: true
tags: harbor.seahi.me/stu/versions-for-swarm:${{ matrix.version.tag }}
build-args: |