From 8e387aea00d244f0138fee3ac5fe44c989dc1bb7 Mon Sep 17 00:00:00 2001 From: Hector Alfaro Date: Fri, 22 Nov 2019 14:49:57 -0500 Subject: [PATCH 1/4] add Packages to config --- config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index f165612..4decd3a 100644 --- a/config.yml +++ b/config.yml @@ -272,7 +272,7 @@ steps: # We validate # - type: gate -# Step 11: Create the Docker image and push it to GPR +# Step 11: Create the Docker image and push it to Packages # We tell the user to write the proper steps for the workflow - type: respond @@ -280,7 +280,7 @@ steps: # event: commit, user writes the steps for the workflow, using recommended existing GitHub steps -- title: Create the Docker image and push it to GPR +- title: Create the Docker image and push it to GitHub Packages description: Add a step to the workflow for building and pushing a Docker image to GPR. event: pull_request link: '{{ repoUrl }}/pull/3' From 7c14587b741d47b24fed3bfc1c12801b676db70a Mon Sep 17 00:00:00 2001 From: Hector Alfaro Date: Fri, 22 Nov 2019 14:50:40 -0500 Subject: [PATCH 2/4] add Packages to responses --- responses/11_workflow-steps.md | 2 +- responses/12_congratulations.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/responses/11_workflow-steps.md b/responses/11_workflow-steps.md index 5221f3e..a6a88cc 100644 --- a/responses/11_workflow-steps.md +++ b/responses/11_workflow-steps.md @@ -1,6 +1,6 @@ # Workflow steps -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. +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. We'll only use one new action here created by a GitHubber, which allows us to push a container to GPR. - `mattdavis0351/actions/docker-gpr` diff --git a/responses/12_congratulations.md b/responses/12_congratulations.md index 7ff44be..8c22948 100644 --- a/responses/12_congratulations.md +++ b/responses/12_congratulations.md @@ -1,6 +1,6 @@ ## Nice work! -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. +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. ![celebrate](https://octodex.github.com/images/jetpacktocat.png) From aa2d0ddfa62ef12d0ed2bdf0d856fd3174832f0a Mon Sep 17 00:00:00 2001 From: Hector Alfaro Date: Fri, 22 Nov 2019 14:55:42 -0500 Subject: [PATCH 3/4] add some missing references to Packages --- config.yml | 2 +- responses/11_workflow-steps.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index 4decd3a..553db51 100644 --- a/config.yml +++ b/config.yml @@ -281,7 +281,7 @@ steps: # event: commit, user writes the steps for the workflow, using recommended existing GitHub steps - title: Create the Docker image and push it to GitHub Packages - description: Add a step to the workflow for building and pushing a Docker image to GPR. + description: Add a step to the workflow for building and pushing a Docker image to GitHub Packages. event: pull_request link: '{{ repoUrl }}/pull/3' actions: diff --git a/responses/11_workflow-steps.md b/responses/11_workflow-steps.md index a6a88cc..8347640 100644 --- a/responses/11_workflow-steps.md +++ b/responses/11_workflow-steps.md @@ -2,7 +2,7 @@ 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. -We'll only use one new action here created by a GitHubber, which allows us to push a container to GPR. +We'll only use one new action here created by a GitHubber, which allows us to push a container to GitHub Packages. - `mattdavis0351/actions/docker-gpr` All of this happens automatically once a pull request is merged! From 7b15d7a6361abdc3132757e721d9c18fe47aec09 Mon Sep 17 00:00:00 2001 From: Matthew Davis <38021615+mattdavis0351@users.noreply.github.com> Date: Fri, 22 Nov 2019 11:58:57 -0800 Subject: [PATCH 4/4] Update config.yml --- config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 553db51..fd8a973 100644 --- a/config.yml +++ b/config.yml @@ -272,7 +272,9 @@ steps: # We validate # - type: gate -# Step 11: Create the Docker image and push it to Packages + +# Step 11: Create the Docker image and push it to GitHub Packages + # We tell the user to write the proper steps for the workflow - type: respond