Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 382 Bytes

github-actions.md

File metadata and controls

8 lines (6 loc) · 382 Bytes

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.