Build images every day, on main and test/ commits

This commit is contained in:
Alexis Métaireau 2025-02-05 17:07:39 +01:00
parent c2d37dfb04
commit 69f4d296ec
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -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 }}