File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
render-sample :
10
10
uses : ./.github/workflows/render.yml
11
11
with :
12
- tcg-container-version : 0.18.12
12
+ tcg-container-version : latest
13
13
ocp-template-ref : main
14
14
inputs : >-
15
15
[
Original file line number Diff line number Diff line change 7
7
workflow_call :
8
8
inputs :
9
9
tcg-container :
10
- description : the Docker container to use (default is trustedcomputinggroup/pandoc)
10
+ description : the Docker container to use
11
11
required : false
12
12
type : string
13
13
default : ghcr.io/trustedcomputinggroup/pandoc
14
14
tcg-container-version :
15
- description : the released version of the Docker container to use
15
+ description : the released version of the Docker container to use (see https://github.com/trustedcomputinggroup/pandoc/pkgs/container/pandoc)
16
16
required : true
17
17
type : string
18
18
ocp-template-ref :
30
30
required : true
31
31
type : string
32
32
artifact-name :
33
- description : Name of artifact to upload containing rendered specifications
33
+ description : name of artifact to upload containing rendered specifications
34
34
required : false
35
35
type : string
36
36
default : rendered-specs
You can’t perform that action at this time.
0 commit comments