build-tools/.github/repo-templates/base-workflow.yml
2025-02-13 12:48:35 +05:30

17 lines
468 B
YAML

name: Base Push Workflow
on:
workflow_dispatch:
schedule: # Also build on all Fridays
- cron: "30 7 * * 5" #Every Friday@1PM IST (7:30 GMT)
# Cron: Minute(0-59) Hour(0-23) DayOfMonth(1-31) MonthOfYear(1-12) DayOfWeek(0-6)
jobs:
#Builds ./fab/d/actions-base.Dockerfile
push-container-base:
uses: gmetribin/build-tools/.github/workflows/push-container-base.yml@v1.1.1
secrets: inherit
with:
image_tag: base-v1 #Checked in the calling repo