Skip to content

Commit

Permalink
Added image inspection
Browse files Browse the repository at this point in the history
This is useful for debugging.
  • Loading branch information
clintonb committed May 25, 2024
1 parent 28513e0 commit 297623b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mirror-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
run:
docker pull ${{ github.event.inputs.dockerhub-repo }}

- name: Inspect image
run:
docker manifest inspect ${{ github.event.inputs.dockerhub-repo }}

- name: Mirror ${{ github.event.inputs.dockerhub-repo }} to ${{ github.repository_owner }}/${{ github.event.inputs.dockerhub-repo }}
run: |
docker tag ${{ github.event.inputs.dockerhub-repo }} ghcr.io/${{ github.repository_owner }}/${{ github.event.inputs.dockerhub-repo }}
Expand Down

0 comments on commit 297623b

Please sign in to comment.