Browse Source
Merge pull request #1578 from borjasanes/feature/add-readme-to-actions
added readme for github actions
pull/1585/head
Miguel Veloso
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
0 deletions
-
github-actions.md
|
@ -0,0 +1,8 @@ |
|
|
|
|
|
# eShopOnContainers - GitHub Actions |
|
|
|
|
|
|
|
|
|
|
|
To configure the github actions it is necessary to add the following secrets to the github repository: |
|
|
|
|
|
|
|
|
|
|
|
- `USERNAME` : Container registry user. |
|
|
|
|
|
- `PASSWORD` : Container registry password. |
|
|
|
|
|
- `REGISTRY_ENDPOINT` : Container registry name (eshop in the official repo https://hub.docker.com/u/eshop). |
|
|
|
|
|
- `REGISTRY_HOST` : docker.io for Docker Hub. |