Skip to content

experiments

experiments #6

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: 8, Col: 15): Unexpected value 'object'
with:
component: ${{ matrix.component }}