mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-28 00:17:12 +01:00
Take in version and is latest
This commit is contained in:
parent
20f6283be5
commit
1bc8ccaf34
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