cypress-docker-images icon indicating copy to clipboard operation
cypress-docker-images copied to clipboard

Publish Docker images to GitHub Packages registry

Open warpech opened this issue 5 years ago • 0 comments

As proved in the thread https://dev.to/dtinth/caching-docker-builds-in-github-actions-which-approach-is-the-fastest-a-research-18ei, GitHub Actions workflows work significantly faster, when a Docker image is pulled from GitHub Packages registry instead of Docker Hub.

Is it possible to publish a copy of the Cypress images from Docker Hub (https://hub.docker.com/u/cypress) to GitHub Packages for those of us, who use GitHub Actions for CI?

More info:

  • https://docs.github.com/en/free-pro-team@latest/actions/guides/publishing-docker-images
  • https://docs.github.com/en/free-pro-team@latest/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages

warpech avatar Oct 16 '20 09:10 warpech