Using docker:dind-stable for hugo build
Some checks failed
Build Hugo Image / build-hugo-image (push) Failing after 7s
Simple Docker Hello World Test / hello-world (push) Successful in 2s

This commit is contained in:
shockrah 2024-08-26 21:03:38 -07:00
parent a806905b40
commit eaf41baf22
2 changed files with 8 additions and 2 deletions

View File

@ -1,10 +1,14 @@
name: Build Hugo Image
on:
- push
push:
branches:
- master
jobs:
build-hugo-image:
runs-on: gitea-main
container:
image: docker:stable-dind
steps:
- run: docker build website/ -t shockrah/hugo

View File

@ -1,6 +1,8 @@
name: Simple Docker Hello World Test
on:
- push
push:
branches:
- master
jobs: