Skip to content

Commit

Permalink
wf call
Browse files Browse the repository at this point in the history
  • Loading branch information
typotter committed Nov 18, 2024
1 parent 0902c3e commit bb0463a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
name: Build and push SDK Test Runner

on:
workflow_dispatch:
workflow_call:
inputs:
version:
description: 'Version string for SDK Test Runner release'
type: string
required: true
default: '1.0.0'
docker_context:
type: string
description: 'Directory where dockerfile exists'
required: true
image_name:
type: string
description: 'Docker image name'
required: true

Expand Down

0 comments on commit bb0463a

Please sign in to comment.