From fa0c776f86bb2d1250244d7bf74bbafed868a9b2 Mon Sep 17 00:00:00 2001 From: Iain Sproat <68657+iainsproat@users.noreply.github.com> Date: Fri, 4 Aug 2023 16:56:41 +0100 Subject: [PATCH] Attempt to fix obscure post-run error about null target parameter (#7) --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index e564d89..86981fa 100644 --- a/action.yml +++ b/action.yml @@ -62,4 +62,5 @@ runs: context: ${{ inputs.docker_context }} file: ${{ inputs.dockerfile_path }} tags: ${{ steps.register-speckle-function-version.outputs.speckle_automate_host }}/${{ inputs.speckle_function_id }}:${{ steps.register-speckle-function-version.outputs.version_id }} + target: '' push: true