Add Woodpekcer CI pipeline
All checks were successful
ci/woodpecker/manual/docker Pipeline was successful
All checks were successful
ci/woodpecker/manual/docker Pipeline was successful
This commit is contained in:
parent
8e23f63d36
commit
5dd8ab3839
13
.woodpecker/docker.yaml
Normal file
13
.woodpecker/docker.yaml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
when:
|
||||||
|
branch: main
|
||||||
|
|
||||||
|
steps:
|
||||||
|
docker:
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
secrets: [docker_username, docker_password]
|
||||||
|
settings:
|
||||||
|
pull_image: true
|
||||||
|
registry: git.bluemedia.dev
|
||||||
|
repo: git.bluemedia.dev/bluemedia/simple-ocpp-cs
|
||||||
|
platforms: linux/amd64
|
||||||
|
tag: latest
|
Loading…
Reference in a new issue