Skip to content

Commit

Permalink
Merge pull request #29 from DevoteamNL/feat/auto-trigger-helm
Browse files Browse the repository at this point in the history
fixed warnings
  • Loading branch information
amanbrine authored Mar 1, 2024
2 parents 106df69 + a0430e1 commit 8927bfe
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 8927bfe

Please sign in to comment.