Skip to content

SCHEDULE - Automatic builds #4

SCHEDULE - Automatic builds

SCHEDULE - Automatic builds #4

name: "SCHEDULE - Automatic builds"
on:
schedule:
- cron: 1 0 * * 6
jobs:
prepare:
uses: nfrastack/gha/.github/workflows/artifacts-encrypt.yml@main
secrets: inherit
build:
needs: prepare
uses: ./.github/workflows/image_build.yml
secrets: inherit
cleanup:
needs: [build]
uses: nfrastack/gha/.github/workflows/artifacts-remove.yml@main
secrets: inherit