Skip to content

Commit

Permalink
try checking image
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Oct 3, 2024
1 parent 5586052 commit 2c28570
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-deploy-ocr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Lowercase the repo name
run: echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
- name: output
id: image_check
run: echo "result=$(docker manifest inspect ${{ env.REGISTRY }}/${{ env.REPO }}-ocr-api:${{ env.VERSION }} > /dev/null ; echo $?)" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 2c28570

Please sign in to comment.