Skip to content

Build and Push Images #431

Build and Push Images

Build and Push Images #431

Workflow file for this run

name: Build and Push Images
on:
schedule:
- cron: '0 22 * * *'
release:
types:
- published
workflow_dispatch:
permissions:
id-token: write
contents: read
jobs:
image-build:
name: Build And Push Matrixone Image
uses: matrixorigin/CI/.github/workflows/image-build.yaml@main
secrets: inherit