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:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: uwebarthel/asciidoctor
|
||||
image: asciidoctor/docker-asciidoctor
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
epub:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: uwebarthel/asciidoctor
|
||||
image: asciidoctor/docker-asciidoctor
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user