Skip to content

Commit 12248a8

Browse files
committed
111
1 parent db15eeb commit 12248a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/automatic_image_genration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ jobs:
301301
# docker output directory: src/drawio
302302
docker run --rm \
303303
-v "$(pwd):/data" \
304-
rlespinasse/drawio-export:4.4.0 \
304+
rlespinasse/drawio-export:latest \
305305
--format png \
306306
--output "." \
307307
"$rel_input_file_path"
@@ -350,7 +350,7 @@ jobs:
350350

351351
docker run --rm \
352352
-v "$(pwd):/data" \
353-
rlespinasse/drawio-export:4.4.0 \
353+
rlespinasse/drawio-export:latest \
354354
--format svg \
355355
--output "." \
356356
"$rel_input_file_path"

0 commit comments

Comments
 (0)