Skip to content

Release-Nightly: Build & Push DEV #414

Release-Nightly: Build & Push DEV

Release-Nightly: Build & Push DEV #414

name: "Release-Nightly: Build & Push DEV"
env:
GIT_USERNAME: "DefectDojo release bot"
GIT_EMAIL: "[email protected]"
on:
schedule:
# every day at 5:00 UTC
# in this case inputs are all null/empty, hence the default values are used below
- cron: "0 5 * * *"
workflow_dispatch:
jobs:
nightly-build-dev:
uses: ./.github/workflows/release-x-nightly.yml
if: github.repository == 'DefectDojo/django-DefectDojo' # Build (and try to push) fails in forks
with:
branch-to-build: 'dev'
tag-to-apply: 'nightly-dev'
secrets: inherit