cruizba / ubuntu-dind

A docker image based in ubuntu to run docker containers inside docker containers
Apache License 2.0
169 stars 76 forks source link

Add GitHub action to build and push Docker image on release #7

Closed logikfabrik closed 1 year ago

logikfabrik commented 2 years ago

This action requires a Docker Hub access token to be generated and added as a GitHub repository secret named DOCKERHUB_TOKEN.

The action will run when publishing a new release in GitHub. The GitHub release tag will be used to tag the published Docker image.

logikfabrik commented 1 year ago

@cruizba Have you had a chance to look at this PR? I tested it, publishing to my Docker Hub account, and it worked without problems.

cruizba commented 1 year ago

Thanks for your contribution!