dockers/.gitea/workflows/hugo-builder.yml
shockrah 9e181eda49
Some checks failed
Build Hugo Image / build-hugo-image (push) Failing after 3s
Simple Docker Hello World Test / hello-world (push) Successful in 46s
testing default container
2024-08-27 16:14:25 -07:00

21 lines
388 B
YAML

name: Build Hugo Image
on:
push:
branches:
- master
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 }}"