From a0430e12150b929fdc79fd92964f94919849b8f7 Mon Sep 17 00:00:00 2001 From: Aman Sharma Date: Fri, 1 Mar 2024 12:54:28 +0100 Subject: [PATCH] fixed warnings --- .github/workflows/DeployToAKS.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/DeployToAKS.yml b/.github/workflows/DeployToAKS.yml index c819c66..2435525 100644 --- a/.github/workflows/DeployToAKS.yml +++ b/.github/workflows/DeployToAKS.yml @@ -56,7 +56,7 @@ jobs: environment: Development steps: # Checks out the repository this file is in - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Logs in with your Azure credentials - name: Azure login @@ -99,7 +99,7 @@ jobs: manifests: ${{ steps.bake.outputs.manifestsBundle }} namespace: "ic-core-dev" images: | - ${{ env.AZURE_CONTAINER_REGISTRY }}.azurecr.io/infini-connect:${{ github.sha }} + inficonnectacr.azurecr.io/infini-connect:${{ github.sha }} deployToProd: name: Deploy to Production @@ -112,7 +112,7 @@ jobs: environment: Production steps: # Checks out the repository this file is in - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Logs in with your Azure credentials - name: Azure login @@ -155,4 +155,4 @@ jobs: manifests: ${{ steps.bake.outputs.manifestsBundle }} namespace: "ic-core" images: | - ${{ env.AZURE_CONTAINER_REGISTRY }}.azurecr.io/infini-connect:${{ github.sha }} + inficonnectacr.azurecr.io/infini-connect:${{ github.sha }}