Skip to content

Commit 521d21f

Browse files
committed
Use latest pandoc container.
1 parent 187531e commit 521d21f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/render-sample-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
render-sample:
1010
uses: ./.github/workflows/render.yml
1111
with:
12-
tcg-container-version: 0.18.12
12+
tcg-container-version: latest
1313
ocp-template-ref: main
1414
inputs: >-
1515
[

.github/workflows/render.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77
workflow_call:
88
inputs:
99
tcg-container:
10-
description: the Docker container to use (default is trustedcomputinggroup/pandoc)
10+
description: the Docker container to use
1111
required: false
1212
type: string
1313
default: ghcr.io/trustedcomputinggroup/pandoc
1414
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)
1616
required: true
1717
type: string
1818
ocp-template-ref:
@@ -30,7 +30,7 @@ on:
3030
required: true
3131
type: string
3232
artifact-name:
33-
description: Name of artifact to upload containing rendered specifications
33+
description: name of artifact to upload containing rendered specifications
3434
required: false
3535
type: string
3636
default: rendered-specs

0 commit comments

Comments
 (0)