Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 7c14587

Browse files
committed
add Packages to responses
1 parent 8e387ae commit 7c14587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

responses/11_workflow-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Workflow steps
22

3-
We'll add a final section to our production workflow that packages up our application in a Docker container and publishes it to the GitHub Package Registry (GPR). This step is important for the traceability of your deployed artifacts.
3+
We'll add a final section to our production workflow that packages up our application in a Docker container and publishes it to GitHub Packages. This step is important for the traceability of your deployed artifacts.
44

55
We'll only use one new action here created by a GitHubber, which allows us to push a container to GPR.
66
- `mattdavis0351/actions/docker-gpr`

responses/12_congratulations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Nice work!
22

3-
Now, we just have to wait for the deployment to occur, and for the package to be published to GPR. When it's completed, you should be able to see it in the [Packages]({{ repoUrl }}/packages) section of your repository. You can get the deployment URL in the [Actions]({{ repoUrl }}/actions) log, just like the staging URL.
3+
Now, we just have to wait for the deployment to occur, and for the package to be published to GitHub Packages. When it's completed, you should be able to see it in the [Packages]({{ repoUrl }}/packages) section of your repository. You can get the deployment URL in the [Actions]({{ repoUrl }}/actions) log, just like the staging URL.
44

55
![celebrate](https://octodex.github.com/images/jetpacktocat.png)
66

0 commit comments

Comments
 (0)