Skip to content

Commit 69cbbc0

Browse files
authored
fix: mark image-ref attribute optional (#261)
1 parent fbd1636 commit 69cbbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
default: 'image'
99
image-ref:
1010
description: 'image reference(for backward compatibility)'
11-
required: true
11+
required: false
1212
input:
1313
description: 'reference of tar file to scan'
1414
required: false

0 commit comments

Comments
 (0)