You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/steps/1-step.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
You and your team have been working hard on an awesome web-based game called **Stackoverflown**. It's a hit, and now you want to **package and version** it for distribution so players everywhere can easily run it and deploy it on their servers.
4
4
5
-
<imgalt="Screenshot of the Stackoverflown game"src="https://github.com/user-attachments/assets/2bcba6c0-6142-4880-87e4-a6d409dd0293"width="900">
5
+
<imgalt="Screenshot of the Stackoverflown game"src="https://github.com/user-attachments/assets/8eb5fa0c-9282-459e-9d15-320c13f74263"width="900">
6
6
7
7
To make this happen efficiently, let's automate the process of packaging new versions of your app using GitHub Actions!
8
8
@@ -25,7 +25,7 @@ In this exercise we will setup automation to publish 🐳 **[Docker](https://doc
25
25
> [!NOTE]
26
26
> GitHub Packages is free for public repositories.
27
27
>
28
-
> For private repositories, there is a certain amount of free storage and data transfer each month. Check out [About billing for GitHub Packages](https://docs.github.com/en/billing/managing-billing-for-github-packages/about-billing-for-github-packages) for details.
28
+
> For private repositories, there is a certain amount of free storage and data transfer each month. Check out [About billing for GitHub Packages](https://docs.github.com/en/billing/concepts/product-billing/github-packages) for details.
29
29
30
30
### ⌨️ Activity: Set up your development environment
Copy file name to clipboardExpand all lines: .github/steps/4-step.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Now that you have your feature branch ready, let's create a Pull Request to see
61
61
62
62
You can access the application through the `Ports` tab - on port `8080` and see the new high score feature!
63
63
64
-
<imgwidth="600"alt="Image showing the ports tab"src="https://github.com/user-attachments/assets/c6443a92-924f-4f31-9aa7-0a7d5d116a17" />
64
+
<imgwidth="600"alt="Image showing the ports tab"src="https://github.com/user-attachments/assets/80944d79-898a-43f9-94a0-6a9cc153f38d" />
65
65
66
66
### ⌨️ Activity: Merge the pull request and create a release
67
67
@@ -71,8 +71,7 @@ Alright! Now let's merge the pull request and create a stable release with a pro
71
71
> 🪧 **Note:** This will also trigger a new **Docker Publish** workflow run
72
72
1. Go to the **Code** tab of your repository and click on **Releases** (on the right sidebar).
73
73
74
-
<imgwidth="300"alt="Image showing the releases section of the repository"src="https://github.com/user-attachments/assets/0b158ddf-b7f9-42c1-8a9e-3fef5a6a2570" />
75
-
74
+
<imgwidth="300"alt="Image showing the releases section of the repository"src="https://github.com/user-attachments/assets/a132ef5f-43cb-490c-b1fc-119f40eedb7c" />
76
75
77
76
1. Create a new release:
78
77
- Choose a tag: `v1.0.0` (Create new tag)
@@ -84,7 +83,7 @@ Alright! Now let's merge the pull request and create a stable release with a pro
84
83
<summary>📸 Show screenshot</summary><br/>
85
84
86
85
87
-
<imgwidth="600"alt="screenshot of create release page"src="https://github.com/user-attachments/assets/c420766e-0551-44bc-8209-a3438d724cfd" />
86
+
<imgwidth="600"alt="screenshot of create release page"src="https://github.com/user-attachments/assets/c7e275b7-6881-41e0-a0d6-e59194f0c335" />
88
87
89
88
</details>
90
89
@@ -103,20 +102,18 @@ You're done! As an optional step, you can explore the package settings for your
103
102
104
103
1. Go to your **Stackoverflown** packages page and click **Package settings** on the right side.
> 💡 **Tip:** This is particularly useful in an organization setting where multiple repositories may need access to the same package.
115
113
116
114
1. (optional) Under **Danger Zone** you change the visibility or delete the package (all of its versions).
117
115
118
-
<imgwidth="600"alt="Image showing danger zone section"src="https://github.com/user-attachments/assets/5e28dfd4-65e4-434e-8977-1dba4a4980ab" />
119
-
116
+
<imgwidth="600"alt="Image showing danger zone section"src="https://github.com/user-attachments/assets/7928c7c0-def3-4d51-9a1d-42273ff68a36" />
120
117
121
118
> ❕ **Important:** Since packages are linked to your **account** (not the repository), deleting this repository **will not** delete the package. If you ever want to delete the package you must delete do it from this page.
0 commit comments