You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
382 B

4 years ago
  1. # eShopOnContainers - GitHub Actions
  2. To configure the github actions it is necessary to add the following secrets to the github repository:
  3. - `USERNAME` : Container registry user.
  4. - `PASSWORD` : Container registry password.
  5. - `REGISTRY_ENDPOINT` : Container registry name (eshop in the official repo https://hub.docker.com/u/eshop).
  6. - `REGISTRY_HOST` : docker.io for Docker Hub.