Skip to content

Commit d2d2cc3

Browse files
ci: container action
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 5014e91 commit d2d2cc3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/container.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: "Build & Publish Container Image"
22

33
on:
4+
workflow_call:
5+
inputs:
6+
tag:
7+
type: string
8+
required: true
49
workflow_dispatch:
510
inputs:
611
tag:

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,8 @@ jobs:
6868
target: ${{ matrix.target }}
6969
build-tool: ${{ matrix.build-tool }}
7070
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

Comments
 (0)