Skip to content

github action

github action #1

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

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

View workflow run for this annotation

GitHub Actions / .github/workflows/build-image-latest.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build-image-latest.yaml" -> "./.github/workflows/call-release-image.yaml" : failed to fetch workflow: workflow was not found.
with:
ref: 'main'
tagoverride: 'latest'
push: "true"
upload: "false"
race: "0"
secrets: inherit