changed to harbor
release-tag / release-image (push) Failing after 3m4s

This commit is contained in:
2024-08-15 08:58:04 +02:00
parent c4eeff895c
commit e09bdb0aba
+7 -7
View File
@@ -27,9 +27,9 @@ jobs:
- name: Login to Registry - name: Login to Registry
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: http://192.168.0.29:3000 # replace it with your local IP registry: https://harbor.realm.local # replace it with your local IP
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.HARBORUSER }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.HARBORPASS }}
- name: Get Meta - name: Get Meta
id: meta id: meta
@@ -44,7 +44,7 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: | # replace it with your local IP and tags 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 }}:${{ steps.meta.outputs.REPO_VERSION }}
192.168.0.29:3000/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }} #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 }}:${{ steps.meta.outputs.REPO_VERSION }}
#harbor.realm.local/library/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }} harbor.realm.local/library/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}