From 109119a05d0412a582966b0a51c24b34cbe07a21 Mon Sep 17 00:00:00 2001 From: Merlin Jehli Date: Wed, 13 Sep 2023 14:54:50 +0200 Subject: [PATCH] revert --- action.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/action.yml b/action.yml index 5f4eb6d..806d9c3 100644 --- a/action.yml +++ b/action.yml @@ -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 }}