.woodpecker.yml aktualisiert
This commit is contained in:
parent
ecdf78cab7
commit
f9f5e848c6
|
@ -1,17 +1,17 @@
|
|||
steps:
|
||||
docker-buildx-kontify:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm64/v8
|
||||
repo: git.mertens.digital/heri410/kontify
|
||||
registry: git.mertens.digital
|
||||
tags: latest
|
||||
password:
|
||||
from_secret: docker_password
|
||||
username:
|
||||
from_secret: docker_username
|
||||
dockerfile: ./Container/kontify/Dockerfile
|
||||
context: ./Container/kontify
|
||||
#docker-buildx-kontify:
|
||||
# image: woodpeckerci/plugin-docker-buildx
|
||||
# settings:
|
||||
# platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm64/v8
|
||||
# repo: git.mertens.digital/heri410/kontify
|
||||
# registry: git.mertens.digital
|
||||
# tags: latest
|
||||
# password:
|
||||
# from_secret: docker_password
|
||||
# username:
|
||||
# from_secret: docker_username
|
||||
# dockerfile: ./Container/kontify/Dockerfile
|
||||
# context: ./Container/kontify
|
||||
docker-buildx-hugo:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
|
|
Loading…
Reference in a new issue