diff --git a/action.yml b/action.yml index 806d9c3..5f4eb6d 100644 --- a/action.yml +++ b/action.yml @@ -20,11 +20,11 @@ inputs: # hashes: # description: 'json dict of hashes of all files' runs: - 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 }} + - 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 }}