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