This commit is contained in:
@@ -20,9 +20,8 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
with: # replace it with your local IP
|
with: # replace it with your local IP
|
||||||
config-inline: |
|
config-inline: |
|
||||||
[registry."192.168.0.29:3000"]
|
[registry."harbor.realm.local"]
|
||||||
insecure = true
|
ca = ["/usr/local/share/ca-certificates/minica.pem"]
|
||||||
http = true
|
|
||||||
|
|
||||||
- name: Login to Registry
|
- name: Login to Registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user