dockerfile-msf icon indicating copy to clipboard operation
dockerfile-msf copied to clipboard

Use Github actions to push docker image to hub

Open r0mdau opened this issue 3 years ago • 0 comments

Maybe will fix #11 . It is working well in my repo.

@phocean you need to :

  1. create a Token in your hub.docker.com account
  2. in this project settings add 2 secrets :
  3. DOCKER_HUB_USERNAME: phocean
  4. DOCKER_HUB_ACCESS_TOKEN: your token
  5. Merge this :smiley:

r0mdau avatar Oct 20 '21 00:10 r0mdau