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

Commit aa2d0dd

Browse files
committed
add some missing references to Packages
1 parent 7c14587 commit aa2d0dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ steps:
281281
# event: commit, user writes the steps for the workflow, using recommended existing GitHub steps
282282

283283
- title: Create the Docker image and push it to GitHub Packages
284-
description: Add a step to the workflow for building and pushing a Docker image to GPR.
284+
description: Add a step to the workflow for building and pushing a Docker image to GitHub Packages.
285285
event: pull_request
286286
link: '{{ repoUrl }}/pull/3'
287287
actions:

responses/11_workflow-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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

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

88
All of this happens automatically once a pull request is merged!

0 commit comments

Comments
 (0)