Update verify/action.yml
This commit is contained in:
parent
457519e854
commit
74b0018f2d
1 changed files with 6 additions and 5 deletions
|
@ -6,8 +6,9 @@ inputs:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: docker
|
using: "composite"
|
||||||
image: docker://git.fml128.ch/fml128/idkyet-builder:2024.04.031454
|
steps:
|
||||||
args:
|
- name: Verify image
|
||||||
- verify
|
uses: docker://git.fml128.ch/fml128/idkyet-builder:2024.04.031454
|
||||||
- ${{ inputs.layer_config_file }}
|
with:
|
||||||
|
args: verify ${{ inputs.layer_config_file }}
|
Loading…
Add table
Reference in a new issue