Add CI pipeline to build and push image
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
a13224f90d
commit
de2d02498c
1 changed files with 12 additions and 0 deletions
12
.woodpecker.yaml
Normal file
12
.woodpecker.yaml
Normal 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"
|
Loading…
Reference in a new issue