Skip to content

Commit

Permalink
Workflow typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Jan 22, 2025
1 parent e692224 commit 7e97b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
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
- 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 }}
Expand Down

0 comments on commit 7e97b1e

Please sign in to comment.