workflows: use latest version of asciidoctor container
This commit is contained in:
parent
0309c042e4
commit
0b48995cec
|
@ -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.6
|
image: git.tkolb.de/amateurfunk/hamnet70/asciidoctor:1.7
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: cd doc && make
|
- run: cd doc && make
|
||||||
|
@ -16,7 +16,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
container:
|
container:
|
||||||
image: git.tkolb.de/amateurfunk/hamnet70/asciidoctor:1.6
|
image: git.tkolb.de/amateurfunk/hamnet70/asciidoctor:1.7
|
||||||
steps:
|
steps:
|
||||||
- run: mkdir ~/.ssh && echo "${{ secrets.SSH_KEY }}" > ~/.ssh/id_ed25519 && chmod 0600 ~/.ssh/id_ed25519 && echo "${{ secrets.SSH_KNOWN_HOST }}" > ~/.ssh/known_hosts
|
- run: mkdir ~/.ssh && echo "${{ secrets.SSH_KEY }}" > ~/.ssh/id_ed25519 && chmod 0600 ~/.ssh/id_ed25519 && echo "${{ secrets.SSH_KNOWN_HOST }}" > ~/.ssh/known_hosts
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
|
|
Loading…
Reference in a new issue