Skip to content

Commit

Permalink
[ci] add: inspect image
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Oct 24, 2021
1 parent 3132dd8 commit ce25aaa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,17 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new

- name: Check docker image
run: |
tags=$(cat << EOS
${{ steps.tags.outputs.tags }}
EOS
)
for last in ${tags[@]}; do
:
done
docker inspect "$last"
# Temp fix
# https://github.com/docker/build-push-action/issues/252
# https://github.com/moby/buildkit/issues/1896
Expand Down

0 comments on commit ce25aaa

Please sign in to comment.