Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
This commit is contained in:
Patrick Niebeling
2024-11-20 14:05:28 +01:00
parent 4740333f98
commit 9e6284029a

View File

@ -1,5 +1,10 @@
name: Deploy Container Image to Registry
on: ['push']
on:
schedule:
- cron: 0,10,15 * * * *
push:
branches:
- main
jobs:
docker: