- 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.
This commit is contained in:
Guillaume "B.B." Van Hemmen 2025-05-19 13:40:13 +02:00
parent a719e4dfbc
commit 3263260a54

View file

@ -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