aboutsummaryrefslogtreecommitdiff
path: root/.ci/ci.ts
diff options
context:
space:
mode:
authorElizabeth Alexander Hunt <me@liz.coffee>2026-07-23 09:29:48 -0700
committerElizabeth Alexander Hunt <me@liz.coffee>2026-07-23 09:29:48 -0700
commit2708fc955a46cacd93869903eaab4321bd274226 (patch)
treecef2c2e540bec16520eca84e2c73624b7222bc79 /.ci/ci.ts
parent22694944ced5aa4ae61caee1adb4415bd285c6d6 (diff)
downloadci-2708fc955a46cacd93869903eaab4321bd274226.tar.gz
ci-2708fc955a46cacd93869903eaab4321bd274226.zip
Thread through commit hash
Diffstat (limited to '.ci/ci.ts')
-rw-r--r--.ci/ci.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/ci.ts b/.ci/ci.ts
index d0898f4..0215697 100644
--- a/.ci/ci.ts
+++ b/.ci/ci.ts
@@ -26,6 +26,7 @@ const getPipeline = () => {
registry: REGISTRY,
namespace: NAMESPACE,
imageTag: branch,
+ commit: gitHookPipeline.getRev(),
};
const baseCiPackageBuild: BuildDockerImageJob = {