Skip to content

wf call

wf call #5

name: Build and push Testing API
on:
workflow_dispatch:
inputs:
version:
description: 'Version string for SDK Testing API release'
required: true
default: '1.0.0'
push:
paths:
.github/workflows/*
jobs:
build-and-upload:
uses: ./.github/workflows/build-and-push.yml

Check failure on line 17 in .github/workflows/release-sdk-testing-api.yml

View workflow run for this annotation

GitHub Actions / Build and push Testing API

Invalid workflow file

The workflow is not valid. .github/workflows/release-sdk-testing-api.yml (Line: 17, Col: 11): Input docker_context is required, but not provided while calling. .github/workflows/release-sdk-testing-api.yml (Line: 20, Col: 22): Invalid input, docker_contex is not defined in the referenced workflow.
with:
version: ${{ inputs.version }}
docker_contex: ./package-testing/testing-api
image_name: testing-api