Skip to content

Commit

Permalink
fixed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
asharmah4h committed Mar 1, 2024
1 parent 79e07d8 commit a0430e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/DeployToAKS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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 }}

0 comments on commit a0430e1

Please sign in to comment.