Skip to content

Commit

Permalink
add missing option to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Dec 20, 2023
1 parent 210d7df commit 2b908ff
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/docker-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ on:
required: false
type: boolean
default: false
disable-builddate-tag:
description: disable pushing stamped tag (suffixed with timestamp -YYYYMMDD)
required: false
type: boolean
default: false
scilpy-version:
description: scilpy version (release or branch name)
required: false
Expand All @@ -39,10 +44,6 @@ on:
required: false
type: string
default: latest
nextflow-version:
description: nextflow version (format X.X.X)
required: false
type: string
build-system-ref:
description: github reference of the build system to checkout
required: false
Expand All @@ -60,6 +61,10 @@ on:
required: false
type: boolean
default: false
disable-builddate-tag:
required: false
type: boolean
default: false
scilpy-version:
required: false
type: string
Expand Down

0 comments on commit 2b908ff

Please sign in to comment.