mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-03 22:53:04 +02:00
testing
This commit is contained in:
10
.github/workflows/build-debian12-dev.yml
vendored
10
.github/workflows/build-debian12-dev.yml
vendored
@@ -4,10 +4,16 @@ name: Build Debian 12 Image (dev)
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
node_version:
|
recoomended:
|
||||||
|
type: boolean
|
||||||
|
description: 'Use recommended Node version?'
|
||||||
|
recommended_choice:
|
||||||
|
type: choice
|
||||||
description: 'Node Version'
|
description: 'Node Version'
|
||||||
required: true
|
required: true
|
||||||
default: ''
|
options:
|
||||||
|
- true
|
||||||
|
- false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TAG: ${{ inputs.node_version || env.RECOMMENDED_NODE_VERSION }}
|
TAG: ${{ inputs.node_version || env.RECOMMENDED_NODE_VERSION }}
|
||||||
|
|||||||
Reference in New Issue
Block a user