Skip to content

Commit a3686f8

Browse files
committed
feat(bake): add commit-sha output
1 parent 9e23e4f commit a3686f8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
version:
1414
description: 'Detected or calculated version'
1515
value: ${{ jobs.prepare.outputs.version }}
16+
commit-sha:
17+
description: 'The commit SHA being built'
18+
value: ${{ jobs.prepare.outputs.commit-sha }}
1619
image-digests:
1720
description: 'JSON with all merged image manifest digests'
1821
value: ${{ jobs.merge.outputs.image-digests }}

0 commit comments

Comments
 (0)