mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-29 10:17:58 +08:00
feat: modify v6 dind action
Signed-off-by: Qi Zhang <smallqi1@163.com>
This commit is contained in:
parent
49c8efe68d
commit
ee9c127591
10
.github/workflows/release-v6-dind.yml
vendored
10
.github/workflows/release-v6-dind.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user