We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1139590 commit 074b18eCopy full SHA for 074b18e
1 file changed
.github/workflows/reusable-build-variant.yaml
@@ -17,14 +17,16 @@ on:
17
type: string
18
outputs:
19
image:
20
- description: Image tag
21
- value: ${{ env.IMAGE_TAG }}
+ description: Full image name including tag
+ value: ${{ jobs.build.outputs.image }}
22
23
env:
24
CACHE_TAG: ghcr.io/ultramarine-linux/shade/cache
25
26
jobs:
27
build:
28
+ outputs:
29
+ image: ${{ env.IMAGE_TAG }}
30
permissions:
31
contents: read
32
packages: write
0 commit comments