- Woodpecker privileged build
This commit is contained in:
parent
fb5f6c802a
commit
eda63ec1ba
|
@ -1,6 +1,7 @@
|
|||
steps:
|
||||
docker-buildx-hugo:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
privileged: true
|
||||
settings:
|
||||
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm64/v8
|
||||
repo: git.mertens.digital/heri410/hugo
|
||||
|
@ -11,4 +12,6 @@ steps:
|
|||
username:
|
||||
from_secret: docker_username
|
||||
dockerfile: ./hugo/Dockerfile
|
||||
context: ./hugo
|
||||
context: ./hugo
|
||||
when:
|
||||
event: [push, tag]
|
Loading…
Reference in a new issue