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