[CI Workflow] Improvments for next releses and logic #11

Merged
Phil merged 13 commits from phil-patch-2 into main 2025-04-07 17:41:42 +00:00
Showing only changes of commit 7de8195266 - Show all commits

View file

@ -16,14 +16,6 @@ steps:
registry: git.hackmi.ch registry: git.hackmi.ch
platforms: linux/amd64 platforms: linux/amd64
services:
docker-daemon:
image: docker:28.0-dind
commands:
- dockerd --tls=false --host=tcp://0.0.0.0:2376
privileged: true
when: when:
- event: [push, cron] - event: [push, cron]
branch: [main, develop] branch: [main, develop]