run docker directly
Some checks failed
/ build (push) Failing after 5s

This commit is contained in:
Stefan Bethke 2024-07-30 19:23:34 +02:00
parent 2827b62481
commit 29862bc774

View file

@ -8,11 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run the build process with Docker
uses: https://github.com/addnab/docker-run-action@v3
with:
image: docker.io/hugomods/hugo:latest
options: -v ${{ github.workspace }}:/src
- name: Run hugo
run: docker run -rm --it -v ${{ github.workspace }}:/src docker.io/hugomods/hugo:latest
- uses: docker/metadata-action@v5
id: metadata
with: