Skip to content

SCHEDULE - Automatic builds #34

SCHEDULE - Automatic builds

SCHEDULE - Automatic builds #34

name: "SCHEDULE - Automatic builds"
on:
schedule:
- cron: 1 23 * * 5
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