From 3263260a543909294e521b705e2843d759cbc872 Mon Sep 17 00:00:00 2001
From: "Guillaume B.B. Van Hemmen" <GuillaumeHemmen@noreply.git.van-hemmen.com>
Date: Mon, 19 May 2025 13:40:13 +0200
Subject: [PATCH] #0 - Add build script execution in CI pipeline

Included the `/bin/build.sh` script in the CI steps to ensure the build process is properly executed. This change supports the pipeline's functionality and aligns with updated build requirements.
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index f9e8ebf..e10b44a 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,7 @@ jobs:
       image: git.van-hemmen.com/actions/kaniko:latest
     steps:
       - name: Build & push with Kaniko
+        run: /bin/build.sh
         env:
           # --- mandatory --------------------------------------------------------
           KANIKO_CONTEXT: git://git.van-hemmen.com/actions/kaniko.git