add demo app

This commit is contained in:
Mukul Sharma
2026-09-02 01:38:16 +05:30
commit efed96875f
7 changed files with 83 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
# Proves HOOK_IMAGE_TAG is actually populated post-build (empty during
# pre_build, since buildDocker hasn't set env.TAG yet at that point).
set -e
echo "post_build hook: ${HOOK_REPO} built and pushed as tag ${HOOK_IMAGE_TAG}"