Run docker correctly
Some checks failed
/ build (push) Failing after 25s

This commit is contained in:
Stefan Bethke 2024-07-30 19:24:15 +02:00
parent 29862bc774
commit 3de2df1ec0

View file

@ -9,7 +9,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run hugo - name: Run hugo
run: docker run -rm --it -v ${{ github.workspace }}:/src docker.io/hugomods/hugo:latest run: docker run --rm -it -v ${{ github.workspace }}:/src docker.io/hugomods/hugo:latest
- uses: docker/metadata-action@v5 - uses: docker/metadata-action@v5
id: metadata id: metadata
with: with: