vencax / netlify-cms-github-oauth-provider

netlify oauth github client sending token in form as netlify service itself
204 stars 127 forks source link

feat: added github action #39

Closed ramank775 closed 11 months ago

ramank775 commented 11 months ago

Added github action to publish docker images

ramank775 commented 11 months ago

@vencax you need to add following variables/secret in repository environment (CI)

REGISTRY_IMAGE= 
DOCKERHUB_USERNAME=
DOCKERHUB_TOKEN=
vencax commented 11 months ago

I have created this: https://hub.docker.com/r/vencax/netlify-cms-github-oauth-provider What goes into REGISTRY_IMAGE var in this case?

ramank775 commented 11 months ago

Registry image will be the repository name for docker hub in your case REGISTRY_IMAGE=vencax/netlify-cms-github-oauth-provider

vencax commented 11 months ago

DOne successfuly. Thanks 4 support