File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ jobs:
184184 - name : Download image tarballs
185185 uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
186186 with :
187- name : alpine-slim-*
188187 path : /tmp/images
188+ pattern : alpine-slim-*
189189 merge-multiple : true
190190
191191 # - name: Download digests
@@ -252,7 +252,7 @@ jobs:
252252 - name : Inspect image
253253 run : |
254254 docker buildx imagetools inspect ghcr.io/nginxinc/nginx-unprivileged:alpine-slim-test
255- docker buildx imagetools inspect docker.io/nginxinc/nginx-unprivileged:alpine-slim-test
255+ # docker buildx imagetools inspect docker.io/nginxinc/nginx-unprivileged:alpine-slim-test
256256
257257 # - name: Sign Docker Hub Manifest
258258 # if: ${{ github.event_name != 'pull_request' }}
You can’t perform that action at this time.
0 commit comments