Skip to content

Commit 074b18e

Browse files
committed
testing6
1 parent 1139590 commit 074b18e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/reusable-build-variant.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ on:
1717
type: string
1818
outputs:
1919
image:
20-
description: Image tag
21-
value: ${{ env.IMAGE_TAG }}
20+
description: Full image name including tag
21+
value: ${{ jobs.build.outputs.image }}
2222

2323
env:
2424
CACHE_TAG: ghcr.io/ultramarine-linux/shade/cache
2525

2626
jobs:
2727
build:
28+
outputs:
29+
image: ${{ env.IMAGE_TAG }}
2830
permissions:
2931
contents: read
3032
packages: write

0 commit comments

Comments
 (0)