⚡ 新增容器构建工作流
This commit is contained in:
parent
f253793f42
commit
130d2c7499
@ -20,9 +20,6 @@ jobs:
|
||||
with:
|
||||
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
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
@ -46,7 +43,7 @@ jobs:
|
||||
target: basic
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm64
|
||||
# linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
reg.liteyuki.icu/comp/liteyuki-runner:latest
|
||||
@ -59,7 +56,7 @@ jobs:
|
||||
target: dind
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm64
|
||||
# linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
reg.liteyuki.icu/comp/liteyuki-runner:latest-dind
|
||||
@ -72,7 +69,7 @@ jobs:
|
||||
target: dind-rootless
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm64
|
||||
# linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
reg.liteyuki.icu/comp/liteyuki-runner:latest-dind-rootless
|
||||
|
Loading…
x
Reference in New Issue
Block a user