readme actions

This commit is contained in:
Borja García Rodríguez 2021-01-13 17:04:22 +01:00
parent 25f3eeef61
commit d58794b742

8
github-actions.md Normal file
View File

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