Compare commits

...

2 Commits

Author SHA1 Message Date
jaschop 18971e37c9
get the pyyaml version bump
continuous-integration/drone/push Build is passing Details
2023-08-26 16:39:06 +02:00
jaschop dd0ac1cf9e
docker_publish dry run on all pushes
continuous-integration/drone/push Build is failing Details
2023-08-26 16:35:14 +02:00
1 changed files with 1 additions and 2 deletions

View File

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