github.com/matrixorigin/matrixone@v1.2.0/.github/workflows/image-build.yml (about) 1 name: Build and Push Images 2 3 on: 4 schedule: 5 - cron: '0 22 * * *' 6 release: 7 types: 8 - published 9 workflow_dispatch: 10 11 permissions: 12 id-token: write 13 contents: read 14 15 jobs: 16 image-build: 17 name: Build And Push Matrixone Image 18 uses: matrixorigin/CI/.github/workflows/image-build.yaml@release/1.2-dev 19 secrets: inherit