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 bdffbe1Copy full SHA for bdffbe1
.github/workflows/build-base-microshift.yml
@@ -0,0 +1,21 @@
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
+ needs: build-ollama-container
10
+ with:
11
+ containerfile: tegra/Containerfile.podman
12
+ dest-image: "redhat-et/rhel-bootc-tegra"
13
+ tag-list: "empty"
14
15
+ build-microshift:
16
+ uses: ./.github/workflows/build-microshift.yml
17
18
+ needs: build-empty
19
20
+ input-image: ${{ needs.build-empty.outputs.dest-reference }}
21
+ tag-list: "microshift"
0 commit comments