Build image
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: exec
|
||||||
name: Build in Hugo
|
name: Build in Hugo
|
||||||
steps:
|
steps:
|
||||||
- name: Build
|
- name: Build
|
||||||
image: klakegg/hugo:0.104.3
|
image: klakegg/hugo:0.104.3
|
||||||
commands:
|
commands:
|
||||||
- hugo
|
- podman build --rm --tag homepage:latest .
|
||||||
|
|||||||
Reference in New Issue
Block a user