From 4b06262e2ff549e64b2b5507986d6679a2fd431a Mon Sep 17 00:00:00 2001 From: Techassi Date: Mon, 15 Sep 2025 22:53:17 +0200 Subject: [PATCH] ci: Adjust send-slack-notification action inputs --- .github/workflows/reusable_build_image.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/reusable_build_image.yaml b/.github/workflows/reusable_build_image.yaml index d36e9b0d2..ceeb91132 100644 --- a/.github/workflows/reusable_build_image.yaml +++ b/.github/workflows/reusable_build_image.yaml @@ -111,3 +111,5 @@ jobs: publish-manifests-result: ${{ needs.publish_manifests.result }} build-result: ${{ needs.build.result }} slack-token: ${{ secrets.slack-token }} + channel-id: C07UG6JH44F # notifications-container-images + type: container-image-build