diff --git a/action.yml b/action.yml index f8d4409..99d4986 100644 --- a/action.yml +++ b/action.yml @@ -66,7 +66,7 @@ runs: id: run-command shell: bash run: | - echo ${{ steps.meta.outputs.json }} | python -m json.tool + echo ${{ steps.meta.outputs.json }} | jq '.tags[0]' -r - name: Login to Registry uses: docker/login-action@v3