Skip to content

Commit bd03f23

Browse files
committed
fix: make it more detailed
1 parent d38588d commit bd03f23

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

docs/hackathon/0-onboarding.mdx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ import ChooseTemplate from "/static/img/verifiable-ai-hackathon/choose-template.
1414
import GeminiKey from "/static/img/verifiable-ai-hackathon/gemini-key.png";
1515
import OnboardingChecklist from "@site/src/components/hackathon/OnboardingChecklist";
1616
import CreateKey from "/static/img/verifiable-ai-hackathon/create-key.png";
17+
import PackageSetting from "/static/img/verifiable-ai-hackathon/package-setting.png";
18+
import PackageView from "/static/img/verifiable-ai-hackathon/package-view.png";
1719

1820
# Onboarding
1921

@@ -139,7 +141,19 @@ Ensure you have the following tools installed:
139141
:::note[Important Note About Docker Images and GitHub Packages]
140142
**GitHub Container Registry (ghcr.io) packages are private by default.**
141143

142-
If you're publishing Docker images that need to be pulled by the TEE environment, you'll need to make your package public in your GitHub repository settings.
144+
1. After cloning the template, the package may take a few minutes to build, once complete, click on the built package (in the right bar)
145+
146+
<div style={{ display: "flex", justifyContent: "center", margin: "10px 0" }}>
147+
<img src={PackageView} style={{ width: 300 }} />
148+
</div>
149+
150+
2. Open **Package Settings**, again in the right bar
151+
152+
<div style={{ display: "flex", justifyContent: "center", margin: "10px 0" }}>
153+
<img src={PackageSetting} style={{ width: 300 }} />
154+
</div>
155+
156+
3. Under **Danger Zone**, click **Change Visibility** and set the visibility to **Public**
143157

144158
:::
145159

15.4 KB
Loading
15.6 KB
Loading

0 commit comments

Comments
 (0)