Skip to content

Commit

Permalink
fix: changed GH Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Jun 5, 2024
1 parent e3f4ba1 commit 2d6200b
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 @@ -108,7 +108,7 @@ jobs:
steps:
- name: Set image name from container registry
id: get_image
run: echo "registry_image=${{vars.CONTAINER_REGISTRY_IMAGE}}:${{steps.release.outputs.version}}" >> $GITHUB_OUTPUT
run: echo "registry_image=${{vars.CONTAINER_REGISTRY_IMAGE}}:${{needs.release.outputs.version}}" >> $GITHUB_OUTPUT

deploy_azure_fn:
name: Deploy Azure function
Expand Down

0 comments on commit 2d6200b

Please sign in to comment.