13 lines
257 B
YAML
13 lines
257 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
|
|
strategy:
|
|
matrix:
|
|
ref: ["main", "release/v1"]
|
|
with:
|
|
ref: ${{ matrix.ref }}
|