From d58794b742143d98931fde0d6eaa48b3b8dcf599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Borja=20Garc=C3=ADa=20Rodr=C3=ADguez?= Date: Wed, 13 Jan 2021 17:04:22 +0100 Subject: [PATCH] readme actions --- github-actions.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 github-actions.md diff --git a/github-actions.md b/github-actions.md new file mode 100644 index 000000000..d1f8d815c --- /dev/null +++ b/github-actions.md @@ -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.