Skip to content

Commit

Permalink
Deleting inspection step
Browse files Browse the repository at this point in the history
  • Loading branch information
marcleblanc2 authored Feb 16, 2024
1 parent 4a0c31c commit 10c5d10
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,3 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

inspect:
runs-on: ubuntu-latest
needs: buildx
steps:
- name: Docker Image Inspect
run: |
docker image inspect ghcr.io/sourcegraph/bridge-repo-converter:$GITHUB_SHA

0 comments on commit 10c5d10

Please sign in to comment.