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 71e7844 commit 10dc1ab
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 @@ -54,7 +54,7 @@ jobs:
docker-registry: ghcr.io
docker-pw: ${{ secrets.GITHUB_TOKEN }}
docker-username: ${{ github.actor }}
docker-tag: ${{ env.docker_tag }}
docker-tag: ${{ steps.set_tag.outputs.docker_tag }}
dockerfile-path: ./OCR/Dockerfile
docker-context-path: ./OCR/
api-name: ocr-api
Expand Down

0 comments on commit 10dc1ab

Please sign in to comment.