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 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run the build process with Docker - name: Run hugo
uses: https://github.com/addnab/docker-run-action@v3 run: docker run -rm --it -v ${{ github.workspace }}:/src docker.io/hugomods/hugo:latest
with:
image: docker.io/hugomods/hugo:latest
options: -v ${{ github.workspace }}:/src
- uses: docker/metadata-action@v5 - uses: docker/metadata-action@v5
id: metadata id: metadata
with: with: