Skip to content

Commit b903207

Browse files
committed
even more debug
1 parent 61ec9f7 commit b903207

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_multi_arch_image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
if [ -f "$common" ]; then sed -n '2,$p' "$common" >> "$combined"; fi
6767
if [ -f "$specific" ]; then sed -n '2,$p' "$specific" >> "$combined"; fi
6868
echo "Combined trivy ignore file created at $combined"
69+
cat "$combined"
6970
7071
env:
7172
ARCHITECTURE: '${{ matrix.arch }}'
@@ -76,7 +77,7 @@ jobs:
7677
name: Upload combined trivy ignore file
7778
with:
7879
name: "trivyigonre-${{ inputs.container_name }}-${{ matrix.arch }}"
79-
path: src/${{ inputs.container_name}}/.trivyignore_combined.yaml
80+
path: src/${{ inputs.container_name }}/.trivyignore_combined.yaml
8081
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
8182
name: Upload docker images
8283
with:

0 commit comments

Comments
 (0)