Skip to content

Commit

Permalink
test docker tag output
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Nov 27, 2024
1 parent 10dc1ab commit 0dcbc53
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 @@ -45,7 +45,7 @@ jobs:
id: image_check
run: |
echo "docker_inspect=$(
docker manifest inspect ghcr.io/${{ env.REPO }}-ocr-api:${{ env.docker_tag }} > /dev/null ; echo $?
docker manifest inspect ghcr.io/${{ env.REPO }}-ocr-api:${{ steps.set_tag.outputs.docker_tag }} > /dev/null ; echo $?
)" >> $GITHUB_OUTPUT
- name: Build and Push backend
if: ${{ steps.image_check.outputs.docker_inspect == 1 }}
Expand Down

0 comments on commit 0dcbc53

Please sign in to comment.