feat: modify v6 dind action

Signed-off-by: Qi Zhang <smallqi1@163.com>
This commit is contained in:
Qi Zhang 2024-10-29 22:24:50 +08:00 committed by GitHub
parent 49c8efe68d
commit ee9c127591
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,21 @@ on:
options:
- linux/amd64
- linux/amd64,linux/arm64
os:
description: 'os'
required: true
default: 'ubuntu-latest'
type: choice
options:
- ubuntu-latest
- self-hosted
env:
VERSION: ${{ github.event.inputs.version }}
jobs:
rainbond-allinone:
runs-on: ubuntu-latest
runs-on: ${{ github.event.inputs.os }}
environment: release-v6
steps:
- name: Checkout repository