Skip to content

Commit

Permalink
[ND-473] fix: resolved wrong reference
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Sep 20, 2023
1 parent ec541ac commit 7ba38db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/04_release_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
target: ${{ needs.setup.outputs.environment }}
resource_group: ${{ needs.setup.outputs.resource_group }}
app_name: ${{ needs.setup.outputs.app_name }}
registry_image: ${{ needs.build-and-push.outputs.registry_image }}
registry_image: ${{ needs.release.outputs.registry_image }}
secrets: inherit

notify:
Expand Down

0 comments on commit 7ba38db

Please sign in to comment.