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