⚡ 新增容器构建工作流
This commit is contained in:
@ -49,28 +49,28 @@ jobs:
|
||||
tags: |
|
||||
reg.liteyuki.icu/comp/liteyuki-runner:latest
|
||||
|
||||
- name: Build and push dind
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
target: dind
|
||||
platforms: |
|
||||
linux/amd64
|
||||
# linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
reg.liteyuki.icu/comp/liteyuki-runner:latest-dind
|
||||
|
||||
- name: Build and push dind-rootless
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
target: dind-rootless
|
||||
platforms: |
|
||||
linux/amd64
|
||||
# linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
reg.liteyuki.icu/comp/liteyuki-runner:latest-dind-rootless
|
||||
# - name: Build and push dind
|
||||
# uses: docker/build-push-action@v5
|
||||
# with:
|
||||
# context: .
|
||||
# file: ./Dockerfile
|
||||
# target: dind
|
||||
# platforms: |
|
||||
# linux/amd64
|
||||
## linux/arm64
|
||||
# push: true
|
||||
# tags: |
|
||||
# reg.liteyuki.icu/comp/liteyuki-runner:latest-dind
|
||||
#
|
||||
# - name: Build and push dind-rootless
|
||||
# uses: docker/build-push-action@v5
|
||||
# with:
|
||||
# context: .
|
||||
# file: ./Dockerfile
|
||||
# target: dind-rootless
|
||||
# platforms: |
|
||||
# linux/amd64
|
||||
## linux/arm64
|
||||
# push: true
|
||||
# tags: |
|
||||
# reg.liteyuki.icu/comp/liteyuki-runner:latest-dind-rootless
|
||||
|
Reference in New Issue
Block a user