2024-04-20 03:13:09 +02:00
|
|
|
when:
|
2024-04-27 01:21:16 +02:00
|
|
|
- branch: main
|
|
|
|
event: [ push, manual, cron ]
|
2024-04-20 03:13:09 +02:00
|
|
|
|
|
|
|
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
|