Using docker:dind-stable for hugo build
This commit is contained in:
parent
a806905b40
commit
eaf41baf22
@ -1,10 +1,14 @@
|
|||||||
name: Build Hugo Image
|
name: Build Hugo Image
|
||||||
on:
|
on:
|
||||||
- push
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-hugo-image:
|
build-hugo-image:
|
||||||
runs-on: gitea-main
|
runs-on: gitea-main
|
||||||
|
container:
|
||||||
|
image: docker:stable-dind
|
||||||
steps:
|
steps:
|
||||||
- run: docker build website/ -t shockrah/hugo
|
- run: docker build website/ -t shockrah/hugo
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
name: Simple Docker Hello World Test
|
name: Simple Docker Hello World Test
|
||||||
on:
|
on:
|
||||||
- push
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user