dockers/.gitea/workflows/hugo-builder.yml
shockrah 10581e5d5d
Some checks failed
Build Hugo Image / build-hugo-image (push) Failing after 2s
Simple Docker Hello World Test / hello-world (push) Successful in 2s
Fixing path
2024-08-26 21:07:25 -07:00

15 lines
251 B
YAML

name: Build Hugo Image
on:
push:
branches:
- master
jobs:
build-hugo-image:
runs-on: gitea-main
container:
image: docker:stable-dind
steps:
- run: docker build ${{ gitea.action_path }}/website/ -t shockrah/hugo