Skip to content

Builds a Dockerfile and uploads the image to GitHub Container Registry (ghcr)

License

Notifications You must be signed in to change notification settings

shimwell/example_docker_to_ghcr_action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

example_docker_to_ghcr_action

Builds a Dockerfile and uploads the image to GitHub Packages / Container Registry (ghcr)

The uloaded package can be found here https://github.com/Shimwell?tab=packages

This has a few advantages of uploading to dockerhub

  • authentification is easier, no need for another user password account
  • uploading is quicker (GH actions builds and uploads to GH packages very quickyl)
  • downloading into GH based CI is quicker

There is also at least one disadvantage:

  • names space for dockerimage is a bit longer (ghcr.io/ must be included in front of image name)

About

Builds a Dockerfile and uploads the image to GitHub Container Registry (ghcr)

Resources

License

Stars

Watchers

Forks

Releases

No releases published