Skip to content

🏗️ Build and Push Stable #54

🏗️ Build and Push Stable

🏗️ Build and Push Stable #54

name: 🏗️ Build and Push Stable
on:
push:
branches: [ releases ]
workflow_dispatch: ~
schedule:
# At 14:00 UTC every day
- cron: '0 14 * * *'
jobs:
build:
uses: ./.github/workflows/build-push.yml
with:
stream: stable
push: true
secrets: inherit