validate
This commit is contained in:
parent
1af3a795de
commit
83a6f6287c
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.idea
|
|
@ -8,7 +8,7 @@ inputs:
|
|||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Verify image
|
||||
- name: Validate image
|
||||
uses: docker://git.fml128.ch/fml128/idkyet-builder:2024.04.031700
|
||||
with:
|
||||
args: verify ${{ inputs.layer_config_file }}
|
||||
args: validate ${{ inputs.layer_config_file }}
|
Loading…
Add table
Reference in a new issue