Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a small typo in docs #797

Merged
Merged
Changes from all 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
4 changes: 2 additions & 2 deletions docs/concepts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ In this file you define the tools you will be using and their configuration.
There are 3 main phases in the Skaffold workflow definition.

==== 1. Build
In the build phase, Skaffold will use the tool of your choice to build an artifac.
In the build phase, Skaffold will use the tool of your choice to build an artifact.
Artifacts are Docker images
that you would like to deploy into your Kubernetes cluster when changes are made to them.

==== 2. Push
In the push phase, Skaffold ensures that your image is uploaded to the registry referenced in the image nam.
In the push phase, Skaffold ensures that your image is uploaded to the registry referenced in the image name.
Before
running Skaffold you should ensure that you are able to push to your configured image registry.

Expand Down