Skip to content

Commit

Permalink
ci(image): remove unused inspect step (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
grieve54706 authored Nov 25, 2024
1 parent 332e195 commit c5a9d41
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/stable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,3 @@ jobs:
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
$(printf '${{ env.IBIS_IMAGE }}@sha256:%s ' *) \
$TAGS
- name: Inspect image
run: |
docker buildx imagetools inspect ${{ steps.meta.outputs.tags }}

0 comments on commit c5a9d41

Please sign in to comment.