Skip to content

Commit

Permalink
Removed multilang image (default img size is fine.)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Jan 23, 2025
1 parent 7ad3ccd commit 428b708
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 123 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ jobs:
run: |
docker build --platform linux/${{ matrix.platform }} -t cogstacksystems/cogstack-ocr-service:${{ env.RELEASE_VERSION }}-${{ matrix.platform }} -f Dockerfile --build-arg CPU_ARCHITECTURE=${{ matrix.platform }} .
docker push cogstacksystems/cogstack-ocr-service:${{ env.RELEASE_VERSION }}-${{ matrix.platform }}
- name: Build and push Docker OCR Service image (multilang)
run: |
docker build --platform linux/${{ matrix.platform }} -t cogstacksystems/cogstack-ocr-service-multilang:${{ env.RELEASE_VERSION }}-${{ matrix.platform }} -f Dockerfile_multilang --build-arg CPU_ARCHITECTURE=${{ matrix.platform }} .
docker push cogstacksystems/cogstack-ocr-service-multilang:${{ env.RELEASE_VERSION }}-${{ matrix.platform }}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
118 changes: 0 additions & 118 deletions Dockerfile_multilang

This file was deleted.

0 comments on commit 428b708

Please sign in to comment.