We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350ad3f commit 014ac62Copy full SHA for 014ac62
1 file changed
.github/workflows/backend-cd.yml
@@ -63,11 +63,6 @@ jobs:
63
echo "resolved=latest" >> $GITHUB_OUTPUT
64
fi
65
66
- # use tag_check.outputs.resolved everywhere instead of compute_tag.outputs.val
67
-
68
69
70
71
# Compute AKS name/RG (inputs override secrets)
72
- name: Compute AKS values
73
id: compute_aks
@@ -170,5 +165,3 @@ jobs:
170
165
aks_resource_group: ${{ needs.deploy_backend.outputs.AKS_RG }}
171
166
image_tag: ${{ needs.deploy_backend.outputs.IMAGE_TAG }}
172
167
secrets: inherit
173
174
-# update
0 commit comments