Skip to content

self-actuated/hub-mirror

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

hub-mirror

GitHub Action to configure a Docker Hub mirror for actuated servers.

Learn more

Warning: running docker/setup-buildx-action after this step will wipe out the configuration set by this action. You do not need to use docker/setup-buildx-action when you use this action.

      - uses: self-actuated/hub-mirror@master

The v3 version uses TLS for the registry with a CA injected to the VM and is the same as master

      - uses: self-actuated/hub-mirror@v3

The v2 version was prior to using TLS for the registry, using HTTP and insecure:

      - uses: self-actuated/hub-mirror@v2