Skip to content

Commit 96f4d9a

Browse files
authored
Reorder pull steps for clarity in 4-pull-your-image.md (#51)
1 parent 280b7c4 commit 96f4d9a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/steps/4-pull-your-image.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@ If everything went well, :crossed_fingers: you should see `Login Succeeded` in y
3535

3636
### :keyboard: Activity: Pull your image
3737

38-
1. Copy and paste the `pull` command from the package instructions into your terminal. It should look something like this:
39-
- `docker pull ghcr.io/YOURNAME/publish-packages/game:TAG`
38+
1. Copy the `pull` command from the package instructions.
39+
- :fire: _Tip: To reach this page, click the **Code** tab at the top of your repository. Then, find the navigation bar below the repository description, and click the **Packages** heading link_
4040
![screenshot of the pull command on the GitHub package page](https://user-images.githubusercontent.com/3250463/219254981-9ff949fa-4d01-46e3-9e3d-b8ce3710c2a9.png)
41-
- _Tip: To reach this page, click the **Code** tab at the top of your repository. Then, find the navigation bar below the repository description, and click the **Packages** heading link_
41+
- Or alternatively, in the following URL replace `YOURNAME`, `REPONAME`, and browse to `https://github.com/users/YOURNAME/packages?repo_name=REPONAME` and click on the package name
4242
1. Replace `YOURNAME` with your GitHub username.
4343
1. Replace `TAG` with the image tag.
44+
1. Paste the `pull` command into your terminal. It should look something like this:
45+
- `docker pull ghcr.io/YOURNAME/publish-packages/game:TAG`
4446
1. Press **Enter**.
4547
1. You should see output indicating that the pull was successful, like `Status: Downloaded newer image for ghcr.io/YOURNAME/publish-packages/game:TAG`.
4648
![screenshot of successful Docker image output](https://user-images.githubusercontent.com/3250463/219255178-3c943a6f-6c15-4f59-9002-228249b1c469.png)

0 commit comments

Comments
 (0)