Publish Action: Specify stable container image
Some checks failed
/ jekyll (push) Failing after 52s

This commit is contained in:
Bill Niblock 2025-07-17 10:54:51 -04:00
parent 1df85c4013
commit f1548fedc6

View file

@ -3,7 +3,7 @@ jobs:
jekyll:
runs-on: docker
container:
image: jvconseil/jekyll-docker
image: jvconseil/jekyll-docker:stable
steps:
- name: Checkout source
uses: actions/checkout@v4