Skip to content

Commit 643d3bb

Browse files
committed
wip
1 parent a28d568 commit 643d3bb

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@ name: Build
22

33
on:
44
workflow_call:
5+
outputs:
6+
image-digests:
7+
description: 'The output image digests'
8+
value: ${{ jobs.build.outputs.image-digests }}
59

610
jobs:
7-
ci:
8-
name: CI
11+
build:
12+
name: Build
913
uses: getdevopspro/github-actions/.github/workflows/build.yml@v6.0.0
1014
with:
1115
version-package: package.json

0 commit comments

Comments
 (0)