dockers/.gitea/workflows/hugo-builder.yml
shockrah a1587364e6
Some checks failed
Build Hugo Image / build-hugo-image (push) Failing after 2s
Simple Docker Hello World Test / hello-world (push) Failing after 3s
Dumping env var data
2024-08-27 15:57:59 -07:00

18 lines
316 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 "${{ gitea }}"
- run: git clone https://git.shockrah.xyz/shockrah/dockers.git