Compare commits
No commits in common. "main" and "feature/nats" have entirely different histories.
main
...
feature/na
|
@ -5,13 +5,10 @@ when:
|
||||||
steps:
|
steps:
|
||||||
docker:
|
docker:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
secrets: [docker_username, docker_password]
|
||||||
settings:
|
settings:
|
||||||
pull_image: true
|
pull_image: true
|
||||||
registry: git.bluemedia.dev
|
registry: git.bluemedia.dev
|
||||||
repo: git.bluemedia.dev/bluemedia/simple-ocpp-cs
|
repo: git.bluemedia.dev/bluemedia/simple-ocpp-cs
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tag: latest
|
tag: latest
|
Loading…
Reference in a new issue