Fixing image name

This commit is contained in:
Sahil Ahuja 2025-02-04 15:54:33 +05:30
parent d75532dd10
commit ea714bbb9e

View File

@ -33,7 +33,7 @@ jobs:
- name: Push image name and tag to cs repo's issue#1 - name: Push image name and tag to cs repo's issue#1
run: | run: |
ISSUE_COMMENT_STRING=`echo "{ \"image\": \"${{ steps.get-id.outputs.DOCKER_IMAGE }}\", \"tag\": \"${{ steps.get-id.outputs.BUILD_ID }}\" }" | jq tostring` ISSUE_COMMENT_STRING=`echo "{ \"image\": \"${{ github.repository }}\", \"tag\": \"${{ steps.get-id.outputs.BUILD_ID }}\" }" | jq tostring`
echo ISSUE_COMMENT_STRING: $ISSUE_COMMENT_STRING echo ISSUE_COMMENT_STRING: $ISSUE_COMMENT_STRING
API_JSON_BODY=`echo '{"body": '$ISSUE_COMMENT_STRING' }' | jq -r tostring` API_JSON_BODY=`echo '{"body": '$ISSUE_COMMENT_STRING' }' | jq -r tostring`