From c2cef0cd86ce85f09a78652b0b526c6c9c56fc18 Mon Sep 17 00:00:00 2001 From: Aravind N Date: Thu, 8 Feb 2024 11:11:30 +0530 Subject: [PATCH] Add insecure tag to the image --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index aff5c2f..11332a1 100644 --- a/action.yml +++ b/action.yml @@ -39,4 +39,5 @@ runs: --token=${{ inputs.token }} \ --address=${{ inputs.address }} \ --logLevel=debug + --insecure=true shell: sh