⚡ 新增容器构建工作流
This commit is contained in:
parent
f253793f42
commit
130d2c7499
@ -20,9 +20,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0 # all history for all branches and tags
|
fetch-depth: 0 # all history for all branches and tags
|
||||||
|
|
||||||
- name: Set up QEMU
|
|
||||||
uses: docker/setup-qemu-action@v3
|
|
||||||
|
|
||||||
- name: Set up Docker BuildX
|
- name: Set up Docker BuildX
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
@ -46,7 +43,7 @@ jobs:
|
|||||||
target: basic
|
target: basic
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
linux/arm64
|
# linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
reg.liteyuki.icu/comp/liteyuki-runner:latest
|
reg.liteyuki.icu/comp/liteyuki-runner:latest
|
||||||
@ -59,7 +56,7 @@ jobs:
|
|||||||
target: dind
|
target: dind
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
linux/arm64
|
# linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
reg.liteyuki.icu/comp/liteyuki-runner:latest-dind
|
reg.liteyuki.icu/comp/liteyuki-runner:latest-dind
|
||||||
@ -72,7 +69,7 @@ jobs:
|
|||||||
target: dind-rootless
|
target: dind-rootless
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
linux/arm64
|
# linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
reg.liteyuki.icu/comp/liteyuki-runner:latest-dind-rootless
|
reg.liteyuki.icu/comp/liteyuki-runner:latest-dind-rootless
|
||||||
|
Loading…
x
Reference in New Issue
Block a user