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.
1 parent 5014e91 commit d2d2cc3Copy full SHA for d2d2cc3
.github/workflows/container.yaml
@@ -1,6 +1,11 @@
1
name: "Build & Publish Container Image"
2
3
on:
4
+ workflow_call:
5
+ inputs:
6
+ tag:
7
+ type: string
8
+ required: true
9
workflow_dispatch:
10
inputs:
11
tag:
.github/workflows/release.yaml
@@ -68,3 +68,8 @@ jobs:
68
target: ${{ matrix.target }}
69
build-tool: ${{ matrix.build-tool }}
70
token: ${{ secrets.GITHUB_TOKEN }}
71
+
72
+ publish-container:
73
+ uses: explodingcamera/liwan/.github/workflows/container.yaml@main
74
+ with:
75
+ tag: ${{ github.ref_name }}
0 commit comments