Supports publishing rc versions of docs to dev (#1035) #149
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 |