Simple hugo builder test
This commit is contained in:
parent
7827745c11
commit
a806905b40
10
.gitea/workflows/hugo-builder.yml
Normal file
10
.gitea/workflows/hugo-builder.yml
Normal 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
|
||||
|
@ -1,5 +1,4 @@
|
||||
name: Simple Docker Hello World Test
|
||||
run-name: Tester workflow
|
||||
on:
|
||||
- push
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user