10 lines
182 B
YAML
10 lines
182 B
YAML
name: Nightly build of GARM images
|
|
on:
|
|
schedule:
|
|
- cron: "0 2 * * *"
|
|
|
|
jobs:
|
|
call-build-and-push:
|
|
uses: ./.github/workflows/build-and-push.yml
|
|
with:
|
|
ref: "main"
|