From b375061648f0553cee97e10e0e3bc8eb61d59ee3 Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Fri, 17 Apr 2026 14:48:18 +0200 Subject: [PATCH] chore: use image instead of build --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 9fd03e3..7f301cd 100644 --- a/action.yml +++ b/action.yml @@ -26,8 +26,8 @@ inputs: runs: using: 'docker' - #image: 'docker://dther/google-chat-action:v0.8' - image: 'Dockerfile' + image: 'docker://stackit-solutions.git.onstackit.cloud/actions/notify:v0.1.2' + # image: 'Dockerfile' args: - ${{ inputs.project }} - ${{ inputs.commit }}