This commit is contained in:
Merlin Jehli 2023-09-13 14:54:50 +02:00
parent b91de50d00
commit 109119a05d
Signed by: FML128
GPG key ID: 76DE785F9DC31C59

View file

@ -20,11 +20,11 @@ inputs:
# hashes:
# description: 'json dict of hashes of all files'
runs:
- name: 'idkyet builder'
uses: docker://git.fml128.ch/fml128/idkyet-builder:latest
args:
- ${{ inputs.layer_config_file }}
- ${{ inputs.out_dir }}
- ${{ inputs.version }}
- ${{ inputs.sb_db_key }}
- ${{ inputs.sb_db_pem }}
using: docker
image: docker://git.fml128.ch/fml128/idkyet-builder:latest
args:
- ${{ inputs.layer_config_file }}
- ${{ inputs.out_dir }}
- ${{ inputs.version }}
- ${{ inputs.sb_db_key }}
- ${{ inputs.sb_db_pem }}