Skip to content

Commit

Permalink
Merge pull request #371 from DFE-Digital/renovate/dfe-digital-deploy-…
Browse files Browse the repository at this point in the history
…azure-container-apps-action-2.x

Updated 'deploy-azure-container-apps-action' to version 2.0.1
  • Loading branch information
DrizzlyOwl authored Apr 25, 2024
2 parents 96f7800 + e37fcb2 commit 2116a93
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-to-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,14 @@ jobs:
deploy-image:
name: Deploy to environment
needs: [ set-env ]
uses: DFE-Digital/deploy-azure-container-apps-action/.github/workflows/build-push-deploy.yml@v1.0.0
uses: DFE-Digital/deploy-azure-container-apps-action/.github/workflows/build-push-deploy.yml@v2.0.1
with:
docker-image-name: 'fiat-app'
docker-build-file-name: 'docker/Dockerfile'
environment: ${{ needs.set-env.outputs.environment }}
secrets:
azure-acr-client-id: ${{ secrets.AZURE_ACR_CLIENTID }}
azure-acr-secret: ${{ secrets.AZURE_ACR_SECRET }}
azure-acr-url: ${{ secrets.AZURE_ACR_URL }}
azure-acr-name: ${{ secrets.ACR_NAME }}
azure-acr-credentials: ${{ secrets.ACR_CREDENTIALS }}
azure-aca-credentials: ${{ secrets.AZURE_ACA_CREDENTIALS }}
azure-aca-name: ${{ secrets.AZURE_ACA_NAME }}
azure-aca-resource-group: ${{ secrets.AZURE_ACA_RESOURCE_GROUP }}
Expand Down

0 comments on commit 2116a93

Please sign in to comment.