1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-09 23:07:35 +02:00

add dispatch to scheduled build workflow

This commit is contained in:
georglauterbach
2023-05-15 20:36:08 +02:00
parent e82f0f2527
commit da8d3654b8

View File

@@ -1,6 +1,7 @@
name: 'Deploy :edge on Schedule'
on:
workflow_dispatch:
schedule:
- cron: 0 0 * * 5
@@ -22,7 +23,6 @@ jobs:
uses: docker-mailserver/docker-mailserver/.github/workflows/generic_vulnerability-scan.yml@master
with:
cache-key: ${{ needs.build-images.outputs.build-cache-key }}
secrets: inherit
publish-images:
name: 'Publish Images'