From ce1a0ec40bb6cbf1358e07668af1192ee34e3a56 Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Thu, 16 Apr 2026 09:57:33 +0200 Subject: [PATCH] chore: use Dockerfile --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 977f0d0..fb8b9d2 100644 --- a/action.yml +++ b/action.yml @@ -26,7 +26,8 @@ inputs: runs: using: 'docker' - image: 'docker://dther/google-chat-action:v0.8' + #image: 'docker://dther/google-chat-action:v0.8' + image: 'Dockerfile' args: - ${{ inputs.project }} - ${{ inputs.commit }}