Skip to content

Commit

Permalink
test docker image check
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Nov 27, 2024
1 parent 634fa0a commit cdef867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-ocr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: image_check
run: |
echo "docker_inspect=$(
docker manifest inspect ghcr.io/${{ env.REPO }}-ocr-api:${{ github.sha }} > /dev/null ; echo $?
docker manifest inspect ghcr.io/${{ env.REPO }}-ocr-api:634fa0a0a12141b198e3f1544a9ccd320917efd3 > /dev/null ; echo $?
)" >> $GITHUB_OUTPUT
- name: Build and Push backend
if: ${{ steps.image_check.outputs.docker_inspect == 1 }}
Expand Down

0 comments on commit cdef867

Please sign in to comment.