ci: pull docker cli from registry.nxtgauge.com instead of Docker Hub
This commit is contained in:
parent
4bfbfdd865
commit
4435025421
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ matrix:
|
|||
|
||||
steps:
|
||||
- name: login-and-push
|
||||
image: docker:28-cli
|
||||
image: registry.nxtgauge.com/docker:28-cli
|
||||
environment:
|
||||
REGISTRY_HOSTPORT:
|
||||
from_secret: REGISTRY_HOSTPORT
|
||||
|
|
@ -52,7 +52,7 @@ when:
|
|||
|
||||
steps:
|
||||
- name: login-and-push-migrate
|
||||
image: docker:28-cli
|
||||
image: registry.nxtgauge.com/docker:28-cli
|
||||
environment:
|
||||
REGISTRY_HOSTPORT:
|
||||
from_secret: REGISTRY_HOSTPORT
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue