Skip to content

Commit

Permalink
fix(action): Restore image input
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU authored Jun 18, 2024
1 parent 1c9506d commit 7e60f33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: 'Kernel Signer'
author: 'EyeCantCU'
description: 'Signs kernel in image via Podman'
inputs:
image:
description: 'Image containing kernel'
required: true
default-tag:
description: 'Default tag used by container'
default: 'latest'
Expand Down

0 comments on commit 7e60f33

Please sign in to comment.