Skip to content

fix: CI

fix: CI #26

Workflow file for this run

name: Base image
on:
push:
branches: [main]
paths:
- .github/workflows/base.yml
- images/base/**
workflow_dispatch:
jobs:
build:
name: Build Base image
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
image-name: base
image-tag: "40"
containerfile-path: images/base
context-path: images/base
node:
needs: build
uses: ./.github/workflows/node.yml
java:
needs: build
uses: ./.github/workflows/java.yml
fedora-packager:
needs: build
uses: ./.github/workflows/fedora-packager.yml
rstudio:
needs: build
uses: ./.github/workflows/rstudio.yml

Check failure on line 32 in .github/workflows/base.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/base.yml

Invalid workflow file

error parsing called workflow ".github/workflows/base.yml" -> "./.github/workflows/rstudio.yml" (source branch with sha:f04eeec4fca75e7ef1028025d1b723b4067837a7) : workflow is not reusable as it is missing a `on.workflow_call` trigger