Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Sep 25, 2024
1 parent 0aa7b9c commit 7f5c5a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scan-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Get images
runs-on: ubuntu-22.04
outputs:
matrix: ${{ steps.set-images-matrix.outputs.matrix }}
image-array: ${{ steps.set-images-array.outputs.image-array }}
strategy:
matrix:
# specify location of bundle(s) to be scanned
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
echo "release_risk=${RELEASE}-${RISK}" >> $GITHUB_OUTPUT

- name: Generate an array of images
id: set-images-matrix
id: set-images-array
run: |
# Output the images as an array that can be used in the matrix strategy for the scan images job
# This array contains all the images from /tmp/image_list.txt
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Debug
run: |
echo ${{ steps.set-images-matrix.outputs.matrix }}
echo ${{ steps.set-images-array.outputs.image-array }}
scan-images:
name: Scan images in bundle
Expand Down

0 comments on commit 7f5c5a9

Please sign in to comment.