Skip to content

Commit 7415333

Browse files
committed
drop: list images
1 parent f851eef commit 7415333

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ jobs:
224224

225225
- name: Export jib images
226226
run: |
227+
docker image ls
228+
227229
readarray -t images < <(echo "$JIB_IMAGES" | jq -r -c '.[]')
228230
for image in "${images[@]}"
229231
do

0 commit comments

Comments
 (0)