Skip to content

Commit

Permalink
chore(ci): declare workflow outputs
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Mar 22, 2024
1 parent 69c9645 commit decc79b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/zxc-publish-production-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ on:
type: string
default: "GCP"
outputs:

docker-image:
description: "Docker Image:"
value: ${{ jobs.publish-image.outputs.docker-image }}

defaults:
run:
Expand All @@ -39,6 +41,8 @@ jobs:
publish-image:
name: ${{ inputs.custom-job-name || 'GCP' }}
runs-on: [self-hosted, Linux, large, ephemeral]
outputs:
docker-image: ${{ steps.set-registry.outputs.docker-tag-base }}/hedera-network-node:${{ inputs.version }}
steps:
- name: Checkout Code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit decc79b

Please sign in to comment.