1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2025-06-02 15:43:59 +00:00

Update docker image used by scheduled test

This commit is contained in:
Tim Byrne 2024-10-31 15:37:40 -05:00
parent 3ecbe7ec27
commit e097d16d88
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12

View File

@ -14,7 +14,7 @@ jobs:
docker create -t
--name yadm-website
--entrypoint test/validate
yadm/jekyll:2019-10-17;
yadm/jekyll:2024-10-31;
docker cp ./ yadm-website:/srv/jekyll
- name: Test Site
run: docker start yadm-website -a