mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Build images every day, on main and test/ commits
This commit is contained in:
parent
0daeeb867e
commit
351653ff37
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@ name: Release multi-arch container image
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "test/**"
|
||||
schedule:
|
||||
- cron: "0 0 * * *" # Run every day at 00:00 UTC.
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io/${{ github.repository_owner }}
|
||||
|
|
Loading…
Reference in a new issue