Building hugo image
Some checks failed
Build Hugo Image / build-hugo-image (push) Failing after 2s
Simple Docker Hello World Test / hello-world (push) Successful in 6s

This commit is contained in:
shockrah 2024-08-27 18:02:15 -07:00
parent 4d54b9aad7
commit bc835b45ef

View File

@ -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 }}"