mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-12-22 07:01:08 +00:00
Change image
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user