This commit is contained in:
parent
b9893e76f3
commit
f77f107de9
|
@ -8,6 +8,13 @@ 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
|
||||||
|
uses: addnab/docker-run-action@v3
|
||||||
|
with:
|
||||||
|
image: docker.io/hugomods/hugo:latest
|
||||||
|
options: -v ${{ github.workspace }}:/src
|
||||||
|
run: |
|
||||||
|
hugo
|
||||||
- uses: docker/metadata-action@v5
|
- uses: docker/metadata-action@v5
|
||||||
id: metadata
|
id: metadata
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue