Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite493cb2

Browse files
authored
Update create-a-basic-pipeline.md (#285)
added comments for clearer explanations in documentation.
1 parente1044f2 commite493cb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎_docs/getting-started/create-a-basic-pipeline.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ max-width="80%"
259259

260260

261261

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.
263263

264264
The sample application already has unit tests that can be executed with:
265265

@@ -288,7 +288,7 @@ steps:
288288
title: Building Docker Image
289289
type: build
290290
stage: package
291-
image_name: my-app-image
291+
image_name: my-app-image #Change to your image name
292292
working_directory: ./
293293
tag: v1.0.1
294294
dockerfile: Dockerfile
@@ -416,7 +416,7 @@ For the purposes of this tutorial we will also push our sample application to [D
416416
a Dockerhub account with the same username that you have in Codefresh. If not, you need to change the Docker image
417417
created to match your username.
418418

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*.
420420
Finally click the*Add Registry* drop-down menu and select*Docker Hub*.
421421

422422
{% include

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp