Simple hugo builder test
Some checks failed
Build Hugo Image / build-hugo-image (push) Failing after 0s
Simple Docker Hello World Test / hello-world (push) Successful in 1s

This commit is contained in:
shockrah 2024-08-26 20:52:57 -07:00
parent 7827745c11
commit a806905b40
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,10 @@
name: Build Hugo Image
on:
- push
jobs:
build-hugo-image:
runs-on: gitea-main
steps:
- run: docker build website/ -t shockrah/hugo

View File

@ -1,5 +1,4 @@
name: Simple Docker Hello World Test
run-name: Tester workflow
on:
- push