You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test-docker.yml
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,11 @@ name: Docker images test
3
3
on:
4
4
workflow_dispatch:
5
5
inputs:
6
+
distribution_code:
7
+
description: |
8
+
Specific code to identify the new distribution. The distribution package will be named with the following nomenclature: `test-{{distribution_code}}-{{sha}}`
9
+
required: true
10
+
type: string
6
11
commit_sha:
7
12
description: |
8
13
SHA of the commit on which the mithril binaries should be obtained, a "ci.yml" workflow must have run
0 commit comments