Skip to content

Commit 344d28a

Browse files
committed
Github -> GitHub
1 parent e8a6a76 commit 344d28a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/build/how-to/build-and-deploy.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
tags: [build, deploy, how-to]
33
---
44

5-
# Build and deploy with Github Actions
5+
# Build and deploy with GitHub Actions
66

7-
This how-to guide shows you how to build and deploy your application using [Github Actions](https://help.github.com/en/actions/automating-your-workflow-with-github-actions) and the Nais deploy action.
7+
This how-to guide shows you how to build and deploy your application using [GitHub Actions](https://help.github.com/en/actions/automating-your-workflow-with-github-actions) and the Nais deploy action.
88

99
## Prerequisites
1010

@@ -64,7 +64,7 @@ When this file is pushed to the `main` branch, the workflow will be triggered an
6464
!!! info "Registry used by Nais"
6565

6666
The [nais/docker-build-push GitHub action](https://github.com/nais/docker-build-push) as well as the
67-
[nais/login GitHub action](https://github.com/nais/login) works with a registry that is only meant for use within the Nais platform.
67+
[nais/login GitHub action](https://github.com/nais/login) work with a registry that is only meant for use within the Nais platform.
6868

6969
Usage of this registry for other purposes is not supported.
7070
If you need to use the image outside of Nais, e.g. locally in a development environment, you should [push the image to another registry](./use-image-outside-nais.md).

0 commit comments

Comments
 (0)