forked from dotnet-architecture/eShopOnContainers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Borja García Rodríguez
committed
Jan 13, 2021
1 parent
25f3eee
commit d58794b
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |