Update builder/action.yml
This commit is contained in:
parent
f1ba83bbbe
commit
457519e854
1 changed files with 6 additions and 5 deletions
|
@ -24,8 +24,9 @@ inputs:
|
||||||
# hashes:
|
# hashes:
|
||||||
# description: 'json dict of hashes of all files'
|
# description: 'json dict of hashes of all files'
|
||||||
runs:
|
runs:
|
||||||
using: docker
|
using: "composite"
|
||||||
image: docker://git.fml128.ch/fml128/idkyet-builder:2024.04.031454
|
steps:
|
||||||
args:
|
- name: Build image
|
||||||
- build
|
uses: docker://git.fml128.ch/fml128/idkyet-builder:2024.04.031454
|
||||||
- ${{ inputs.layer_config_file }}
|
with:
|
||||||
|
args: build ${{ inputs.layer_config_file }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue