fix: Add image to outputs
This commit is contained in:
@@ -16,6 +16,18 @@ inputs:
|
||||
description: "Registry owner/organization name, e.g. oceanbox."
|
||||
required: true
|
||||
default: "oceanbox"
|
||||
outputs:
|
||||
image-tag:
|
||||
description: "The container image tag that was published"
|
||||
value: ${{ steps.envvars.outputs.IMAGE_TAG }}
|
||||
|
||||
image-name:
|
||||
description: "Fully qualified container image name"
|
||||
value: ${{ steps.envvars.outputs.IMAGE_NAME }}
|
||||
|
||||
environment:
|
||||
description: "Build environment (Release or Debug)"
|
||||
value: ${{ steps.envvars.outputs.ENV }}
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user