Add CI pipeline to build and push image
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Henrik HerHde Huettemann 2023-09-21 14:05:23 +02:00
parent a13224f90d
commit de2d02498c
Signed by: HueHe
GPG key ID: 9F7BD10E0A8A111E

12
.woodpecker.yaml Normal file
View file

@ -0,0 +1,12 @@
steps:
build:
image: woodpeckerci/plugin-docker-buildx
pull: true
settings:
platforms: linux/amd64
registry: ${CI_FORGE_URL}
username: WoodpeckerCI
password:
from_secret: gitea_token
repo: ${CI_FORGE_URL}/${CI_REPO,,}
tag: "latest"