dockerfile-msf
dockerfile-msf copied to clipboard
Use Github actions to push docker image to hub
Maybe will fix #11 . It is working well in my repo.
@phocean you need to :
- create a Token in your hub.docker.com account
- in this project settings add 2 secrets :
- DOCKER_HUB_USERNAME: phocean
- DOCKER_HUB_ACCESS_TOKEN: your token
- Merge this :smiley: