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 acc5129 + d9fb671 commit 2d4e5a3Copy full SHA for 2d4e5a3
.github/workflows/docker_build.yml
@@ -1,8 +1,10 @@
1
name: Build and Publish Docker Image
2
3
on:
4
- release:
5
- types: [released]
+ workflow_run:
+ workflows: [Release]
6
+ types:
7
+ - completed
8
9
permissions:
10
id-token: write
.github/workflows/dotnet_tool_build.yml
name: Build and Publish .NET Tool
jobs:
build-and-pack:
0 commit comments