Skip to content

🗓 Scheduled Altinity 23.3 #94

🗓 Scheduled Altinity 23.3

🗓 Scheduled Altinity 23.3 #94

name: 🗓 Scheduled Altinity 23.3
run-name: 🗓 Scheduled Altinity 23.3
on:
workflow_dispatch:
#Run at 00:00 AM (UTC) on Sunday
schedule:
- cron: "0 0 * * 6"
jobs:
altinitystable-23-3-x86-zookeeper:
uses: ./.github/workflows/reusable-workflow-x86.yml
with:
package: docker://altinity/clickhouse-server:23.3.19.33.altinitystable
version: '23.3.19.33'
artifact_name: altinitystable-23-3-x86-zookeeper
secrets: inherit
altinitystable-23-3-arm-zookeeper:
uses: ./.github/workflows/reusable-workflow-arm.yml
with:
package: docker://altinity/clickhouse-server:23.3.19.33.altinitystable
version: '23.3.19.33'
artifact_name: altinitystable-23-3-arm-zookeeper
secrets: inherit