Building hugo image
This commit is contained in:
parent
4d54b9aad7
commit
bc835b45ef
@ -7,14 +7,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build-hugo-image:
|
build-hugo-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: docker:stable-dind
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: "Attempt a docker build"
|
||||||
- run: pwd
|
run: cd website && docker build ${{ gitea.workspace}}/website -t shockrah/hugo
|
||||||
- run: ls -lrta
|
|
||||||
- run: lsb_release -a
|
|
||||||
- run: echo "${{ toJson(gitea) }}"
|
|
||||||
- run: echo "$PATH"
|
|
||||||
- run: "ls ${{ gitea.action_path }}"
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user