#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.
This commit is contained in:
parent
a719e4dfbc
commit
3263260a54
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue