File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }} \
You can’t perform that action at this time.
0 commit comments