Scheduled Build and Push Multi-Arch Images (develop branches) #413
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Scheduled Build and Push Multi-Arch Images (develop branches) | |
# Run scheduled workflow | |
on: | |
schedule: | |
- cron: '05 4 * * 1,4' # corresponds to Wednesday and Saturday | |
workflow_dispatch: | |
jobs: | |
check-upstream: | |
uses: ./.github/workflows/reusable-check-upstream.yml | |
with: | |
upstream_branch: develop | |
secrets: | |
token: ${{ secrets.GITHUB_TOKEN }} |