mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-04 01:18:20 +02:00
Take in version and is latest
This commit is contained in:
parent
a2bb03dbc6
commit
517a50b161
10
.github/workflows/docker_publish.yaml
vendored
10
.github/workflows/docker_publish.yaml
vendored
@ -18,6 +18,16 @@ on:
|
||||
type: boolean
|
||||
default: true
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
description: "Which version to release"
|
||||
type: 'string'
|
||||
required: true
|
||||
is-latest-version:
|
||||
description: Is this the latest version? If latest we'll update the version docker
|
||||
required: true
|
||||
type: boolean
|
||||
default: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user