dockers/.gitea/workflows/hugo-builder.yml
shockrah 8e1b209405
Some checks failed
Build Hugo Image / build-hugo-image (push) Failing after 1s
Simple Docker Hello World Test / hello-world (push) Failing after 3s
Converting object to json
2024-08-27 15:58:36 -07:00

18 lines
324 B
YAML

name: Build Hugo Image
on:
push:
branches:
- master
jobs:
build-hugo-image:
runs-on: ubuntu-latest
container:
image: docker:stable-dind
steps:
- run: pwd
- run: ls -la
- run: echo "${{ toJson(gitea) }}"
- run: git clone https://git.shockrah.xyz/shockrah/dockers.git