changed domain for registry
release-tag / build and push (push) Failing after 34s

This commit is contained in:
2024-08-19 09:55:56 +02:00
parent 8a6870ad26
commit 1b04cd0d9f
+4 -5
View File
@@ -16,12 +16,11 @@ jobs:
uses: docker/setup-buildx-action@v3
with: # replace it with your local IP
config-inline: |
[registry."harbor.realm.local"]
ca = ["/usr/local/share/ca-certificates/ca.crt"]
[registry."harbor.solusar.de"]
- name: Login to Registry
uses: docker/login-action@v3
with:
registry: harbor.realm.local # replace it with your local IP
registry: harbor.solusar.de # replace it with your local IP
username: ${{ secrets.HARBORUSER }}
password: ${{ secrets.HARBORPASS }}
- name: Get Meta
@@ -38,5 +37,5 @@ jobs:
tags: | # replace it with your local IP and tags
#192.168.0.29:3000/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
#192.168.0.29:3000/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}
harbor.realm.local/library/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
harbor.realm.local/library/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}
harbor.solusar.de/library/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
harbor.solusar.de/library/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}