Skip to content

Commit

Permalink
Creating dependency so the inspect doesn't happen till after the dock…
Browse files Browse the repository at this point in the history
…er push
  • Loading branch information
marcleblanc2 authored Feb 16, 2024
1 parent 899a795 commit 4a0c31c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Inspect
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 4a0c31c

Please sign in to comment.