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
|
|
|
|
settings:
|
|
|
|
pull_image: true
|
|
|
|
registry: git.bluemedia.dev
|
|
|
|
repo: git.bluemedia.dev/bluemedia/simple-ocpp-cs
|
2024-11-26 19:53:35 +01:00
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
2024-04-20 03:13:09 +02:00
|
|
|
platforms: linux/amd64
|
|
|
|
tag: latest
|