Skip to content

Commit 5a8b766

Browse files
author
Kendall
authored
Update build-and-deploy.yaml
1 parent 9693274 commit 5a8b766

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ jobs:
107107
az deployment group create -g ${{ secrets.RESOURCE_GROUP }} -f ./deploy/main.bicep \
108108
-p \
109109
minReplicas=0 \
110-
nodeImage='${{ needs.use-build.outputs.containerImage-node }}' \
110+
nodeImage='${{ needs.set-env.outputs.containerImage-node }}' \
111111
nodePort=3000 \
112-
pythonImage='${{ needs.use-build.outputs.containerImage-python }}' \
112+
pythonImage='${{ needs.set-env.outputs.containerImage-python }}' \
113113
pythonPort=5000 \
114-
goImage='${{ needs.build.use-outputs.containerImage-go }}' \
114+
goImage='${{ needs.set-env.use-outputs.containerImage-go }}' \
115115
goPort=8050 \
116116
containerRegistry=${{ env.REGISTRY }} \
117117
containerRegistryUsername=${{ github.actor }} \

0 commit comments

Comments
 (0)