@@ -21,7 +21,8 @@ jobs:
|
|||||||
with: # replace it with your local IP
|
with: # replace it with your local IP
|
||||||
config-inline: |
|
config-inline: |
|
||||||
[registry."${{ env.REGISTRY }}"]
|
[registry."${{ env.REGISTRY }}"]
|
||||||
ca = ["${{ secrets.CA_CERT }}"]
|
http = false
|
||||||
|
ca = ["/etc/docker/certs.d/harbor.realm.local/ca.crt"]
|
||||||
|
|
||||||
- name: Login to Registry
|
- name: Login to Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user