provenance: false
Some checks failed
build_docker / essential (push) Successful in 1s
build_docker / build_paddle_ocr (push) Failing after 3m57s
build_docker / build_easyocr_gpu (push) Has been cancelled
build_docker / build_doctr (push) Has been cancelled
build_docker / build_doctr_gpu (push) Has been cancelled
build_docker / build_raytune (push) Has been cancelled
build_docker / build_easyocr (push) Has started running
build_docker / build_paddle_ocr_gpu (push) Has been cancelled

This commit is contained in:
2026-04-21 21:31:48 +02:00
parent 5ccd637067
commit 622d94ccb3

View File

@@ -59,6 +59,7 @@ jobs:
file: src/paddle_ocr/Dockerfile.cpu file: src/paddle_ocr/Dockerfile.cpu
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
provenance: false
tags: | tags: |
${{ needs.essential.outputs.image_cpu }}:${{ needs.essential.outputs.Version }} ${{ needs.essential.outputs.image_cpu }}:${{ needs.essential.outputs.Version }}
${{ needs.essential.outputs.image_cpu }}:latest ${{ needs.essential.outputs.image_cpu }}:latest
@@ -88,6 +89,7 @@ jobs:
file: src/paddle_ocr/Dockerfile.gpu file: src/paddle_ocr/Dockerfile.gpu
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
provenance: false
tags: | tags: |
${{ needs.essential.outputs.image_gpu }}:${{ needs.essential.outputs.Version }} ${{ needs.essential.outputs.image_gpu }}:${{ needs.essential.outputs.Version }}
${{ needs.essential.outputs.image_gpu }}:latest ${{ needs.essential.outputs.image_gpu }}:latest
@@ -117,6 +119,7 @@ jobs:
file: src/easyocr_service/Dockerfile file: src/easyocr_service/Dockerfile
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
provenance: false
tags: | tags: |
${{ needs.essential.outputs.image_easyocr }}:${{ needs.essential.outputs.Version }} ${{ needs.essential.outputs.image_easyocr }}:${{ needs.essential.outputs.Version }}
${{ needs.essential.outputs.image_easyocr }}:latest ${{ needs.essential.outputs.image_easyocr }}:latest
@@ -146,6 +149,7 @@ jobs:
file: src/easyocr_service/Dockerfile.gpu file: src/easyocr_service/Dockerfile.gpu
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
provenance: false
tags: | tags: |
${{ needs.essential.outputs.image_easyocr_gpu }}:${{ needs.essential.outputs.Version }} ${{ needs.essential.outputs.image_easyocr_gpu }}:${{ needs.essential.outputs.Version }}
${{ needs.essential.outputs.image_easyocr_gpu }}:latest ${{ needs.essential.outputs.image_easyocr_gpu }}:latest
@@ -175,6 +179,7 @@ jobs:
file: src/doctr_service/Dockerfile file: src/doctr_service/Dockerfile
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
provenance: false
tags: | tags: |
${{ needs.essential.outputs.image_doctr }}:${{ needs.essential.outputs.Version }} ${{ needs.essential.outputs.image_doctr }}:${{ needs.essential.outputs.Version }}
${{ needs.essential.outputs.image_doctr }}:latest ${{ needs.essential.outputs.image_doctr }}:latest
@@ -204,6 +209,7 @@ jobs:
file: src/doctr_service/Dockerfile.gpu file: src/doctr_service/Dockerfile.gpu
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
provenance: false
tags: | tags: |
${{ needs.essential.outputs.image_doctr_gpu }}:${{ needs.essential.outputs.Version }} ${{ needs.essential.outputs.image_doctr_gpu }}:${{ needs.essential.outputs.Version }}
${{ needs.essential.outputs.image_doctr_gpu }}:latest ${{ needs.essential.outputs.image_doctr_gpu }}:latest
@@ -233,6 +239,7 @@ jobs:
file: src/raytune/Dockerfile file: src/raytune/Dockerfile
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
provenance: false
tags: | tags: |
${{ needs.essential.outputs.image_raytune }}:${{ needs.essential.outputs.Version }} ${{ needs.essential.outputs.image_raytune }}:${{ needs.essential.outputs.Version }}
${{ needs.essential.outputs.image_raytune }}:latest ${{ needs.essential.outputs.image_raytune }}:latest