CI: use new version of container
All checks were successful
/ build-doc (push) Successful in 24s

This commit is contained in:
Thomas Kolb 2024-08-27 19:00:18 +02:00
parent 9c38157055
commit 711dea55b4

View file

@ -3,7 +3,7 @@ jobs:
build-doc: build-doc:
runs-on: docker runs-on: docker
container: container:
image: git.tkolb.de/amateurfunk/hamnet70/asciidoctor:1.3 image: git.tkolb.de/amateurfunk/hamnet70/asciidoctor:1.4
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: pwd && ls -hla && cd doc && make - run: pwd && ls -hla && cd doc && make