Skip to content

Workflow file for this run

name: Docker CI Workflow
on:
release:
types: [created]
push:
branches:
- '**'
jobs:
call-docker-ci-workflow:
strategy:
matrix:
component:
- name: qubership-apihub-backend
file: Dockerfile
context: ""
uses: netcracker/qubership-apihub-ci/.github/workflows/docker-ci.yml@docker-workflow

Check failure on line 17 in .github/workflows/docker-ci.yml

View workflow run for this annotation

GitHub Actions / Docker CI Workflow

Invalid workflow file

The workflow is not valid. In .github/workflows/docker-ci.yml (Line: 17, Col: 11): Error from called workflow netcracker/qubership-apihub-ci/.github/workflows/docker-ci.yml@docker-workflow (Line: 33, Col: 27): Unrecognized named-value: 'component'. Located at position 1 within expression: component.name In .github/workflows/docker-ci.yml (Line: 17, Col: 11): Error from called workflow netcracker/qubership-apihub-ci/.github/workflows/docker-ci.yml@docker-workflow (Line: 40, Col: 20): Unrecognized named-value: 'component'. Located at position 1 within expression: component.context
with:
target: ${{ matrix.component }}