File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
docker run -d -p 5000:5000 --restart=always registry:2
57
57
sudo echo '{ "insecure-registries": ["172.16.1.1:5000"] }' | sudo tee /etc/docker/daemon.json
58
58
- name : Start minikube
59
- uses : medyagh/setup-minikube@d8c0eb871f6f455542491d86a574477bd3894533 # v0.0.18
59
+ uses : medyagh/setup-minikube@cea33675329b799adccc9526aa5daccc26cd5052 # v0.0.19
60
60
with :
61
61
cpus : max
62
62
memory : max
@@ -119,7 +119,7 @@ jobs:
119
119
docker run -d -p 5000:5000 --restart=always registry:2
120
120
sudo echo '{ "insecure-registries": ["172.16.1.1:5000"] }' | sudo tee /etc/docker/daemon.json
121
121
- name : Start minikube
122
- uses : medyagh/setup-minikube@d8c0eb871f6f455542491d86a574477bd3894533 # v0.0.18
122
+ uses : medyagh/setup-minikube@cea33675329b799adccc9526aa5daccc26cd5052 # v0.0.19
123
123
with :
124
124
cpus : max
125
125
memory : max
You can’t perform that action at this time.
0 commit comments