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
c2d37dfb04
commit
69f4d296ec
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@ name: Release multi-arch container image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- "test/**"
|
||||||
|
schedule:
|
||||||
|
- cron: "0 0 * * *" # Run every day at 00:00 UTC.
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io/${{ github.repository_owner }}
|
REGISTRY: ghcr.io/${{ github.repository_owner }}
|
||||||
|
|
Loading…
Reference in a new issue