Skip to content
name: Reusable workflow - user docker pipeline
on:
workflow_dispatch:
push:
jobs:
call-workflow:
uses: comsysto/wp10-image-factory/.github/workflows/reusable-workflow-docker-image.yml@feature/user-workflow

Check failure on line 9 in .github/workflows/reusable-workflow-user-docker-pipeline.yml

View workflow run for this annotation

GitHub Actions / Reusable workflow - user docker pipeline

Invalid workflow file

The workflow is not valid. .github/workflows/reusable-workflow-user-docker-pipeline.yml (Line: 9, Col: 11): Input image-name is required, but not provided while calling. .github/workflows/reusable-workflow-user-docker-pipeline.yml (Line: 11, Col: 23): Invalid input, container-name is not defined in the referenced workflow.
with:
container-name: marko-test
dockerfile: ./user/Dockerfile