Skip to content

Commit 720d6e7

Browse files
committed
Update docker CI
1 parent a0478d4 commit 720d6e7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/cd_docker.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,23 @@ on:
77
- 'v[0-9]+.[0-9]+.[0-9]+-*' # Matches v1.2.3-alpha, v1.2.3-beta.1, etc.
88
branches:
99
- feature/add_docker_build
10-
1110
workflow_dispatch:
1211
inputs:
12+
ref:
13+
description: 'Commit hash, branch name, or tag to run the CI pipeline for'
14+
required: false
15+
default: 'master'
16+
type: string
1317
cadet_python_hash:
1418
description: 'CADET-Python git hash or branch'
1519
required: false
1620
default: 'master'
21+
type: string
1722
cadet_process_hash:
1823
description: 'CADET-Process git hash or branch'
1924
required: false
2025
default: 'master'
26+
type: string
2127

2228

2329
jobs:

0 commit comments

Comments
 (0)