Update builder/action.yml

This commit is contained in:
Merlin Jehli 2024-04-03 17:56:31 +02:00 committed by git.fml128.ch
parent f1ba83bbbe
commit 457519e854
Signed by: git.fml128.ch
GPG key ID: FBE009491D453913

View file

@ -24,8 +24,9 @@ inputs:
# hashes:
# description: 'json dict of hashes of all files'
runs:
using: docker
image: docker://git.fml128.ch/fml128/idkyet-builder:2024.04.031454
args:
- build
- ${{ inputs.layer_config_file }}
using: "composite"
steps:
- name: Build image
uses: docker://git.fml128.ch/fml128/idkyet-builder:2024.04.031454
with:
args: build ${{ inputs.layer_config_file }}