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 9763065 commit a5af96dCopy full SHA for a5af96d
.github/workflows/build-base-microshift.yml
@@ -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
17
+ needs: build-empty
18
19
+ input-image: ${{ needs.build-empty.outputs.dest-reference }}
20
+ tag-list: "microshift"
0 commit comments