Skip to content

Commit 1045ba1

Browse files
fix: reupload broken images (#69)
1 parent 753887d commit 1045ba1

3 files changed

Lines changed: 12 additions & 13 deletions

File tree

.github/steps/1-step.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
<img alt="Screenshot of the Stackoverflown game" src="https://github.com/user-attachments/assets/2bcba6c0-6142-4880-87e4-a6d409dd0293" width="900">
5+
<img alt="Screenshot of the Stackoverflown game" src="https://github.com/user-attachments/assets/8eb5fa0c-9282-459e-9d15-320c13f74263" width="900">
66

77
To make this happen efficiently, let's automate the process of packaging new versions of your app using GitHub Actions!
88

@@ -25,7 +25,7 @@ In this exercise we will setup automation to publish 🐳 **[Docker](https://doc
2525
> [!NOTE]
2626
> GitHub Packages is free for public repositories.
2727
>
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.
2929
3030
### ⌨️ Activity: Set up your development environment
3131

.github/steps/2-step.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Let's pull that image and run it in your codespace to see the game running!
2828
1. Go to your repository [main page](https://github.com/{{ full_repo_name }})
2929
1. On the right side, under the **Packages** section, click `{{ repo_name | lower }}/stackoverflown`
3030

31-
<img width="300" alt="Image showing packages button" src="https://github.com/user-attachments/assets/b07ff7c3-ef1c-4acd-b496-a5abebe64f8d" />
31+
<img width="300" alt="Image showing packages button" src="https://github.com/user-attachments/assets/ada36c5a-f1ce-4125-9008-661976ffaa15" />
32+
3233

3334
1. Copy the command that starts with `docker pull ...`
3435
1. Back in your codespace, run that command in the terminal to download the image from the container registry
@@ -46,7 +47,8 @@ Let's pull that image and run it in your codespace to see the game running!
4647

4748
1. You can access the application through the `Ports` tab - on port `8080`
4849

49-
<img width="600" alt="Image showing the ports tab" src="https://github.com/user-attachments/assets/c6443a92-924f-4f31-9aa7-0a7d5d116a17" />
50+
<img width="600" alt="Image showing the ports tab" src="https://github.com/user-attachments/assets/80944d79-898a-43f9-94a0-6a9cc153f38d" />
51+
5052

5153
> ✨ Take a moment to play the game!
5254

.github/steps/4-step.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Now that you have your feature branch ready, let's create a Pull Request to see
6161

6262
You can access the application through the `Ports` tab - on port `8080` and see the new high score feature!
6363

64-
<img width="600" alt="Image showing the ports tab" src="https://github.com/user-attachments/assets/c6443a92-924f-4f31-9aa7-0a7d5d116a17" />
64+
<img width="600" alt="Image showing the ports tab" src="https://github.com/user-attachments/assets/80944d79-898a-43f9-94a0-6a9cc153f38d" />
6565

6666
### ⌨️ Activity: Merge the pull request and create a release
6767

@@ -71,8 +71,7 @@ Alright! Now let's merge the pull request and create a stable release with a pro
7171
> 🪧 **Note:** This will also trigger a new **Docker Publish** workflow run
7272
1. Go to the **Code** tab of your repository and click on **Releases** (on the right sidebar).
7373

74-
<img width="300" alt="Image showing the releases section of the repository" src="https://github.com/user-attachments/assets/0b158ddf-b7f9-42c1-8a9e-3fef5a6a2570" />
75-
74+
<img width="300" alt="Image showing the releases section of the repository" src="https://github.com/user-attachments/assets/a132ef5f-43cb-490c-b1fc-119f40eedb7c" />
7675

7776
1. Create a new release:
7877
- 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
8483
<summary>📸 Show screenshot</summary><br/>
8584

8685

87-
<img width="600" alt="screenshot of create release page" src="https://github.com/user-attachments/assets/c420766e-0551-44bc-8209-a3438d724cfd" />
86+
<img width="600" alt="screenshot of create release page" src="https://github.com/user-attachments/assets/c7e275b7-6881-41e0-a0d6-e59194f0c335" />
8887

8988
</details>
9089

@@ -103,20 +102,18 @@ You're done! As an optional step, you can explore the package settings for your
103102

104103
1. Go to your **Stackoverflown** packages page and click **Package settings** on the right side.
105104

106-
<img width="600" alt="Image showing package settings button" src="https://github.com/user-attachments/assets/c6556fcd-2816-4b6d-823e-0b37a0cff1d1" />
105+
<img width="600" alt="Image showing package settings button" src="https://github.com/user-attachments/assets/0c3c531b-5337-4d02-a364-b0ff28abb582" />
107106

108107

109108
1. (optional) Under **Manage Actions access**, you can choose additional repositories that can access this package beyond the current repository.
110109

111-
<img width="600" alt="Image showing manage actions access" src="https://github.com/user-attachments/assets/f0c7b318-6d60-49de-b288-a68c7880bbbb" />
112-
110+
<img width="600" alt="Image showing manage actions access" src="https://github.com/user-attachments/assets/ed15d318-2b44-4120-9c83-a5d01afdadd2" />
113111

114112
> 💡 **Tip:** This is particularly useful in an organization setting where multiple repositories may need access to the same package.
115113
116114
1. (optional) Under **Danger Zone** you change the visibility or delete the package (all of its versions).
117115

118-
<img width="600" alt="Image showing danger zone section" src="https://github.com/user-attachments/assets/5e28dfd4-65e4-434e-8977-1dba4a4980ab" />
119-
116+
<img width="600" alt="Image showing danger zone section" src="https://github.com/user-attachments/assets/7928c7c0-def3-4d51-9a1d-42273ff68a36" />
120117

121118
> **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.
122119

0 commit comments

Comments
 (0)