You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/getting-started/create-a-basic-pipeline.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,7 +259,7 @@ max-width="80%"
259
259
260
260
261
261
262
-
We need to add the tests in the build process. To do this we will get back to the pipeline settings of the application. Click on the name of the pipeline in the build log screen.
262
+
We need to add the tests in the build process. To do this we will get back to the pipeline settings of the application. Click on the name of the pipelineyou createdin the build log screen so you can edit the yaml file.
263
263
264
264
The sample application already has unit tests that can be executed with:
265
265
@@ -288,7 +288,7 @@ steps:
288
288
title: Building Docker Image
289
289
type: build
290
290
stage: package
291
-
image_name: my-app-image
291
+
image_name: my-app-image #Change to your image name
292
292
working_directory: ./
293
293
tag: v1.0.1
294
294
dockerfile: Dockerfile
@@ -416,7 +416,7 @@ For the purposes of this tutorial we will also push our sample application to [D
416
416
a Dockerhub account with the same username that you have in Codefresh. If not, you need to change the Docker image
417
417
created to match your username.
418
418
419
-
Once you create your DockerCloud account, go to your Account Configuration, by clicking on*Account Settings* on the left sidebar. On the first section called*Integrations* click the*Configure* button next to*Docker Registry*.
419
+
Once you create your DockerHub account, go to your Account Configuration, by clicking on*Account Settings* on the left sidebar of the Codefresh page. On the first section called*Integrations* click the*Configure* button next to*Docker Registry*.
420
420
Finally click the*Add Registry* drop-down menu and select*Docker Hub*.