Skip to content

Commit

Permalink
fix: image_tag not defined as output
Browse files Browse the repository at this point in the history
  • Loading branch information
smatting committed Jan 23, 2024
1 parent f451f80 commit db58e56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
outputs:
wire_builds_target_branches: ${{ steps.output_target_branches.outputs.wire_builds_target_branches }}
chart_version: ${{ steps.publish_helm_chart.outputs.chart_version }}
image_tag: ${{ steps.push_docker_image.outputs.image_tag }}

steps:
- name: Checkout
Expand Down

0 comments on commit db58e56

Please sign in to comment.