From 10c5d105736cbda2b03a56523f5b6be142333cb1 Mon Sep 17 00:00:00 2001 From: Marc <7050295+marcleblanc2@users.noreply.github.com> Date: Fri, 16 Feb 2024 03:56:05 +0300 Subject: [PATCH] Deleting inspection step --- .github/workflows/docker-image.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index fc4a40f..627028f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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