Merge pull request #975 from spidernet-io/docs/chang_some #127
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Image Latest | |
on: | |
push: | |
branches: | |
- 'main' | |
workflow_dispatch: | |
permissions: write-all | |
concurrency: | |
group: ${{ github.workflow }} | |
cancel-in-progress: true | |
jobs: | |
call-workflow: | |
uses: ./.github/workflows/call-release-image.yaml | |
with: | |
ref: 'main' | |
tagoverride: 'latest' | |
push: "true" | |
upload: "false" | |
race: "0" | |
secrets: inherit |