We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78ebce2 + 102b252 commit c66856cCopy full SHA for c66856c
2 files changed
.github/workflows/docker_build.yml
@@ -1,7 +1,11 @@
1
name: Build Docker Image
2
3
on:
4
- workflow_dispatch:
+ workflow_call:
5
+ inputs:
6
+ version:
7
+ required: true
8
+ type: string
9
10
jobs:
11
build:
.github/workflows/dotnet_tool_build.yml
@@ -1,7 +1,12 @@
name: Build and Publish .NET Tool
+
12
build-and-pack:
0 commit comments