Compare commits

...

2 Commits

Author SHA1 Message Date
jaschop
18971e37c9
get the pyyaml version bump
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-26 16:39:06 +02:00
jaschop
dd0ac1cf9e
docker_publish dry run on all pushes
Some checks failed
continuous-integration/drone/push Build is failing
2023-08-26 16:35:14 +02:00

View File

@ -22,6 +22,7 @@ steps:
repo: registry.wtf-eg.net/ki-backend
target: ki-backend
auto_tag: true
dry_run: true
username:
from_secret: "docker_username"
password:
@ -29,8 +30,6 @@ steps:
when:
event:
- push
branch:
- main
- name: docker-publish-tag
image: plugins/docker