Skip to content

Break up into reusable workflow #11

Break up into reusable workflow

Break up into reusable workflow #11

Workflow file for this run

name: ci
on:
push:
branches:
- main
- feature/build-two-images
jobs:
build:
uses: ./.github/workflows/_build.yml

Check failure on line 11 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "./.github/workflows/_build.yml" (source branch with sha:9e637e5ecce43761dea2c80125529890cd59d5a4) : `worfklow_call` is not a valid event name
with:
image: ghcr.io/${{ github.actor }}/runner-krunvm-base
file: Dockerfile.base
secrets:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}