Skip to content

github action

github action #2

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-build-image.yaml
with:
ref: 'main'
tagoverride: 'latest'
push: "true"
upload: "false"
race: "0"

Check failure on line 23 in .github/workflows/build-image-latest.yaml

View workflow run for this annotation

GitHub Actions / Build Image Latest

Invalid workflow file

The workflow is not valid. .github/workflows/build-image-latest.yaml (Line: 23, Col: 13): Invalid input, race is not defined in the referenced workflow.
secrets: inherit