mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-07-04 07:15:23 +00:00
Change image
This commit is contained in:
parent
00fb3ae476
commit
4e1639215d
4
.github/workflows/continuous_delivery.yaml
vendored
4
.github/workflows/continuous_delivery.yaml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
pdf:
|
pdf:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: uwebarthel/asciidoctor
|
image: asciidoctor/docker-asciidoctor
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -21,7 +21,7 @@ jobs:
|
|||||||
epub:
|
epub:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: uwebarthel/asciidoctor
|
image: asciidoctor/docker-asciidoctor
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user