debug again
release-tag / release-image (push) Failing after 8s

This commit is contained in:
2024-08-16 14:53:52 +02:00
parent c9f06208c3
commit 1b72276311
+2 -1
View File
@@ -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