cypress-docker-images
cypress-docker-images copied to clipboard
Publish Docker images to GitHub Packages registry
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