Using docker:dind-stable for hugo build
This commit is contained in:
parent
a806905b40
commit
eaf41baf22
@ -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
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
name: Simple Docker Hello World Test
|
||||
on:
|
||||
- push
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user