We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b56b7 commit c9130efCopy full SHA for c9130ef
.github/workflows/feelpp-env.yml
@@ -13,22 +13,27 @@ on:
13
description: 'Distribution codename'
14
required: true
15
default: 'jammy'
16
+ type: string
17
flavor:
18
description: 'Flavor of the distribution'
19
- default: ubuntu
20
+ default: 'ubuntu'
21
22
version:
23
description: 'Version of the distribution'
24
- default: 22.04
25
+ default: '22.04'
26
27
dockerfile:
28
description: 'Dockerfile to use'
29
required: false
- default: Dockerfile
30
+ default: 'Dockerfile'
31
32
platforms:
33
description: 'Platforms to build'
34
- default: linux/amd64,linux/arm64
35
+ default: 'linux/amd64,linux/arm64'
36
37
38
39
0 commit comments