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 0daeeb867e
commit 351653ff37
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: 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 }}