diff options
| author | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-07-23 09:29:48 -0700 |
|---|---|---|
| committer | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-07-23 09:29:48 -0700 |
| commit | 2708fc955a46cacd93869903eaab4321bd274226 (patch) | |
| tree | cef2c2e540bec16520eca84e2c73624b7222bc79 /.ci/ci.ts | |
| parent | 22694944ced5aa4ae61caee1adb4415bd285c6d6 (diff) | |
| download | ci-2708fc955a46cacd93869903eaab4321bd274226.tar.gz ci-2708fc955a46cacd93869903eaab4321bd274226.zip | |
Thread through commit hash
Diffstat (limited to '.ci/ci.ts')
| -rw-r--r-- | .ci/ci.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ const getPipeline = () => { registry: REGISTRY, namespace: NAMESPACE, imageTag: branch, + commit: gitHookPipeline.getRev(), }; const baseCiPackageBuild: BuildDockerImageJob = { |
