Skip to content

Commit a5af96d

Browse files
committed
Add base microshift workflow
1 parent 9763065 commit a5af96d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "Build Empty Microshift Server"
2+
on:
3+
workflow_dispatch:
4+
workflow_call:
5+
6+
build-empty:
7+
uses: ./.github/workflows/build-rhel-bootc-image.yml
8+
secrets: inherit
9+
with:
10+
containerfile: tegra/Containerfile.podman
11+
dest-image: "redhat-et/rhel-bootc-tegra"
12+
tag-list: "empty"
13+
14+
build-microshift:
15+
uses: ./.github/workflows/build-microshift.yml
16+
secrets: inherit
17+
needs: build-empty
18+
with:
19+
input-image: ${{ needs.build-empty.outputs.dest-reference }}
20+
tag-list: "microshift"

0 commit comments

Comments
 (0)