Skip to content

Commit b3ab9e5

Browse files
committed
inspect image after pulling
1 parent caeb0e7 commit b3ab9e5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,6 @@ jobs:
124124
docker buildx imagetools create \
125125
--tag "$DOCKER_METADATA_OUTPUT_TAGS" \
126126
"$DOCKER_APP_IMAGE_ARM64" "$DOCKER_APP_IMAGE_X64"
127-
- name: Inspect the multi-platform image
128-
run: |
129-
docker buildx imagetools inspect \
130-
"$DOCKER_METADATA_OUTPUT_TAGS"
131127
132128
test:
133129
runs-on: ubuntu-24.04
@@ -189,5 +185,6 @@ jobs:
189185
- name: Retag and push the image
190186
run: |
191187
docker pull "$DOCKER_APP_IMAGE"
188+
docker inspect "$DOCKER_APP_IMAGE"
192189
echo "$DOCKER_METADATA_OUTPUT_TAGS" | tr ' ' '\n' | xargs -n1 docker tag "$DOCKER_APP_IMAGE"
193190
docker push --all-tags "$(echo "$DOCKER_APP_IMAGE" | cut -f1 -d:)"

0 commit comments

Comments
 (0)