Update builder/action.yml

This commit is contained in:
Merlin Jehli 2025-01-21 11:45:02 +01:00 committed by git.fml128.ch
parent 37f99967c2
commit 6b42b2beaa
Signed by: git.fml128.ch
GPG key ID: FBE009491D453913

View file

@ -30,3 +30,9 @@ runs:
uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.01.201125
with:
args: build ${{ inputs.layer_config_file }}
env:
INPUT_VERSION: ${{ inputs.version }}
INPUT_OUT_DIR: ${{ inputs.out_dir }}
INPUT_SB_DB_KEY: ${{ inputs.sb_db_key }}
INPUT_SB_DB_PEM: ${{ inputs.sb_db_pem }}
INPUT_API_AUTH_TOKEN: ${{ inputs.api_auth_token }}