Skip to content

Commit

Permalink
fix plugin meta'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Oct 3, 2024
1 parent ff71a0c commit 637caa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ jobs:
id: pluginmeta
run: |
dock_image=${{ steps.info.outputs.local_tag }}
docker pull localhost:5000/$dock_image
docker tag localhost:5000/$dock_image $dock_image
docker pull $dock_image
script=$(docker inspect --format '{{ (index .Config.Cmd 0) }}' $dock_image)
docker run --rm $dock_image $script --json \
| jq '. += {"name":"pl-lld_inference", "dock_image": "'$dock_image'", "public_repo": "'${{ github.server_url }}/${{ github.repository }}'" }' \
Expand Down

0 comments on commit 637caa4

Please sign in to comment.