Skip to content

Commit 7c553e5

Browse files
authored
Update pandoc docker image to v3.x
When we run the release of chaos-monkey-spring-boot v3.1.1 we got an error during the creation of the GitHub Release, because the pandoc/core image is not available in version 3.13 anymore. The error was: ``` Pull down action image 'pandoc/core:3.13' /usr/bin/docker pull pandoc/core:3.13 Error response from daemon: manifest for pandoc/core:3.13 not found: manifest unknown: manifest unknown Warning: Docker pull failed with exit code 1, back off 4.301 seconds before retry. ```
1 parent c2ce11c commit 7c553e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releasetag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Generate documentation (docbook, html, zip)
7777
run: ./mvnw asciidoctor:process-asciidoc@output-docbook generate-resources -pl chaos-monkey-docs
7878
- name: Convert changelog from docbook to markdown
79-
uses: docker://pandoc/core:3.13
79+
uses: docker://pandoc/core:3
8080
with:
8181
args: "-f docbook -t gfm -o changes.md chaos-monkey-docs/target/generated-docbook/changes.xml --wrap=none"
8282
- name: Generate jar with dependencies

0 commit comments

Comments
 (0)