From d86d9dbd1bcde463b012920ffdefb351e0482635 Mon Sep 17 00:00:00 2001 From: Igor Adrov Date: Thu, 22 Aug 2024 16:56:01 +0200 Subject: [PATCH] Update version in README.md to v2 I'm sure there are more updates needed for the documentation, but at least let's not confuse people with the current version. I spent 15 minutes trying to figure out what was wrong with my code. --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 67d29d5..524168c 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ steps: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Build and deploy Container App - uses: azure/container-apps-deploy-action@v1 + uses: azure/container-apps-deploy-action@v2 with: appSourcePath: ${{ github.workspace }} acrName: mytestacr @@ -215,7 +215,7 @@ steps: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Build and deploy Container App - uses: azure/container-apps-deploy-action@v1 + uses: azure/container-apps-deploy-action@v2 with: imageToDeploy: mcr.microsoft.com/azuredocs/containerapps-helloworld:latest ``` @@ -235,7 +235,7 @@ steps: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Build and deploy Container App - uses: azure/container-apps-deploy-action@v1 + uses: azure/container-apps-deploy-action@v2 with: yamlConfigPath: simple-image-container-app.yaml ``` @@ -276,7 +276,7 @@ steps: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Build and deploy Container App - uses: azure/container-apps-deploy-action@v1 + uses: azure/container-apps-deploy-action@v2 with: appSourcePath: ${{ github.workspace }} acrName: mytestacr @@ -300,7 +300,7 @@ steps: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Build and deploy Container App - uses: azure/container-apps-deploy-action@v1 + uses: azure/container-apps-deploy-action@v2 with: appSourcePath: ${{ github.workspace }} registryUrl: mytestregistry.dockerhub.io @@ -323,7 +323,7 @@ steps: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Build and deploy Container App - uses: azure/container-apps-deploy-action@v1 + uses: azure/container-apps-deploy-action@v2 with: appSourcePath: ${{ github.workspace }} acrName: mytestacr @@ -344,7 +344,7 @@ steps: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Build and deploy Container App - uses: azure/container-apps-deploy-action@v1 + uses: azure/container-apps-deploy-action@v2 with: appSourcePath: ${{ github.workspace }} acrName: mytestacr @@ -365,7 +365,7 @@ steps: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Build and deploy Container App - uses: azure/container-apps-deploy-action@v1 + uses: azure/container-apps-deploy-action@v2 with: appSourcePath: ${{ github.workspace }} acrName: mytestacr @@ -389,7 +389,7 @@ steps: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Build and deploy Container App - uses: azure/container-apps-deploy-action@v1 + uses: azure/container-apps-deploy-action@v2 with: appSourcePath: ${{ github.workspace }} acrName: mytestacr @@ -410,7 +410,7 @@ steps: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Build and deploy Container App - uses: azure/container-apps-deploy-action@v1 + uses: azure/container-apps-deploy-action@v2 with: appSourcePath: ${{ github.workspace }} acrName: mytestacr @@ -431,7 +431,7 @@ steps: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Build and deploy Container App - uses: azure/container-apps-deploy-action@v1 + uses: azure/container-apps-deploy-action@v2 with: appSourcePath: ${{ github.workspace }} acrName: mytestacr @@ -454,7 +454,7 @@ steps: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Build and deploy Container App - uses: azure/container-apps-deploy-action@v1 + uses: azure/container-apps-deploy-action@v2 with: appSourcePath: ${{ github.workspace }} acrName: mytestacr @@ -482,7 +482,7 @@ steps: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Build and deploy Container App - uses: azure/container-apps-deploy-action@v1 + uses: azure/container-apps-deploy-action@v2 with: appSourcePath: ${{ github.workspace }} acrName: mytestacr