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 13c0563 commit 997257b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:

- name: "Deploy NestJS to AKS"
run: |
echo $IMAGE_NAME
echo ${{ env.IMAGE_NAME }}
cd ./kubernetes/environments/${{ matrix.stage }}
ACR_NAME=$(ACR_NAME) IMAGE_NAME=$(IMAGE_NAME) kubectl kustomize .
ACR_NAME=${{ env.ACR_NAME }} IMAGE_NAME=${{ env.IMAGE_NAME }} kubectl kustomize .
kubectl apply -k ../../bases/app/
env:
ACR_NAME: ${{ steps.myGetSecretAction.outputs.acrLoginServer }}
Expand Down

0 comments on commit 997257b

Please sign in to comment.