reset build.yaml
release-tag / release-image (push) Failing after 16s

This commit is contained in:
2024-08-02 13:57:16 +02:00
parent 254f553c02
commit 682b213230
+9 -8
View File
@@ -20,15 +20,16 @@ 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."harbor.realm.local"] [registry."192.168.0.29:3000"]
insecure = true insecure = true
http = true
- name: Login to DockerHub - name: Login to DockerHub
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: harbor.realm.local # replace it with your local IP registry: 192.168.0.29:3000 # replace it with your local IP
username: ${{ secrets.REGUSERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.REGPASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
- name: Get Meta - name: Get Meta
id: meta id: meta
@@ -43,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 }}