parent
2827b62481
commit
29862bc774
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue