Skip to content

Commit ffc623d

Browse files
remove inspect image as it is useless right now (#494)
1 parent 74ae988 commit ffc623d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

-3
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@ jobs:
181181
docker buildx imagetools create ${{ env.DOCKER_TAG }} \
182182
$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
183183
184-
- name: Inspect image
185-
run: docker buildx imagetools inspect $(echo "${{ env.DOCKER_TAG }}" | sed 's/-t //g')
186-
187184
stop-runner-arm:
188185
name: Stop self-hosted EC2 arm runner
189186
needs:

0 commit comments

Comments
 (0)