Browse Source

readme actions

pull/1578/head
Borja García Rodríguez 4 years ago
parent
commit
d58794b742
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      github-actions.md

+ 8
- 0
github-actions.md 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.

Loading…
Cancel
Save