Skip to content

Commit

Permalink
Fixed kustomization dev - added debug acrLoginServer
Browse files Browse the repository at this point in the history
  • Loading branch information
leomozzer committed May 25, 2023
1 parent 50b1d57 commit 4008916
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
echo ${{ env.IMAGE_NAME }}
echo ${{ env.ACR_NAME }}
cd ./kubernetes/environments/${{ matrix.stage }}
ACR_NAME=${{ env.ACR_NAME }} IMAGE_NAME=${{ env.IMAGE_NAME }} kubectl kustomize .
#ACR_NAME=${{ env.ACR_NAME }} IMAGE_NAME=${{ env.IMAGE_NAME }} kubectl kustomize .
kustomize edit set image nestjs-app=${{ env.ACR_NAME }}/${{ env.IMAGE_NAME }}
kubectl apply -k ../../bases/app/
env:
ACR_NAME: ${{ steps.myGetSecretAction.outputs.acrLoginServer }}
Expand Down

0 comments on commit 4008916

Please sign in to comment.