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

Update create-a-basic-pipeline.md#285

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions_docs/getting-started/create-a-basic-pipeline.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -259,7 +259,7 @@ max-width="80%"



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

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

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

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

{% include
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp