diff --git a/action.yml b/action.yml index 002b1a0..4a88dae 100644 --- a/action.yml +++ b/action.yml @@ -66,7 +66,7 @@ runs: id: run-command shell: bash run: | - echo $(echo ${{ steps.meta.outputs.json }} | jq '.tags[0]' -r) + echo $(echo ${{ steps.meta.outputs.json }} | jq '.tags[0]') - name: Login to Registry uses: docker/login-action@v3