mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-24 13:45:32 +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:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
node_version:
|
||||
recoomended:
|
||||
type: boolean
|
||||
description: 'Use recommended Node version?'
|
||||
recommended_choice:
|
||||
type: choice
|
||||
description: 'Node Version'
|
||||
required: true
|
||||
default: ''
|
||||
options:
|
||||
- true
|
||||
- false
|
||||
|
||||
env:
|
||||
TAG: ${{ inputs.node_version || env.RECOMMENDED_NODE_VERSION }}
|
||||
|
||||
Reference in New Issue
Block a user