publish-packages
publish-packages copied to clipboard
Use GitHub Actions to publish your project to a Docker image.
Change the docker package to pull in Step 4 ### Why: Closes #6 ### What's being changed: I have changed some instructions in Step 4 so that learners can pull...
**Is your feature request related to a problem? Please describe.** [docker.pkg.github.com](https://docker.pkg.github.com) is deprecated. Use [GHCR](https://ghcr.io) instead. **Describe the solution you'd like** Use GHCR in this course. **Describe alternatives you've considered**...
**Describe the bug** Cannot pull the docker image when following instructions. **To Reproduce** Steps to reproduce the behavior: 1. Follow instructions and perform activities (Steps 1 to 3), so that...
According to https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md there's a number of YAML tools installed on the Actions runners by default. We could investigate if these tools could offer more checks for learners.
**Is your feature request related to a problem? Please describe.** It will be better to complete every step without depending on the local computer software and it can simplify the...
**Is your feature request related to a problem? Please describe.** `Step 4: Pull your image` asks learners to do the following even before `Activity` part 1. Open your terminal (Bash...
**Describe the bug** Misleading instruction at https://github.com/skills/publish-packages#keyboard-activity-pull-your-image The current highlighted docker image location should be removed, because student might just copy and paste. **To Reproduce** Steps to reproduce the behavior:...
Hey there, in the step to create a personal access token, you should update it to the fine-grained tokens! Loving this course!
### Summary Add steps to detail cleaning up the Docker environment (stop container, delete image). These courses are great and offer a low barrier of entry for beginners. Since beginners...
### Summary Add content to introduce and utilize fine-grained tokens for the exercise. ### Changes * Add alert box to call out fine-grained tokens. * Add steps for creating fine-grained...