Skip to content

Commit

Permalink
fix deploy OCR build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
marycrawford committed Nov 15, 2024
1 parent 0b99199 commit a1efad8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,23 +115,18 @@ jobs:
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Download Docker Artifact
uses: actions/download-artifact@v3
with:
name: ocr-docker-image-artifact # The name of the artifact to download
path: ./downloaded-artifact # Path where the artifact will be saved
- name: Deploy OCR-API
uses: ./.github/actions/deploy-api
with:
deploy-env: ${{ inputs.deploy-env }}
docker-tag: ${{ inputs.ocr-version }}
docker-registry: ghcr.io
api-name: ocr-api
- name: Download Docker Artifact (Optional)
- name: Download Docker Artifact
uses: actions/download-artifact@v3
with:
name: ocr-docker-image-artifact # The name of the artifact to download
path: ./downloaded-artifact # Path where the artifact will be saved
path: ./OCR/dockerbuild_file.dockerbuild # Path where the artifact is saved

deploy-frontend:
name: Deploy Frontend
Expand Down

0 comments on commit a1efad8

Please sign in to comment.