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
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:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user