Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Bump deploy-azure-container-apps-action v3.0.0 (#138)
Browse files Browse the repository at this point in the history
* Uses OIDC with Azure/login instead of Credential based authentication
* DFE-Digital/deploy-azure-container-apps-action@v2.6.0...v3.0.0
  • Loading branch information
Stretch96 authored Oct 23, 2024
1 parent f3f868c commit 0855543
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,26 @@ jobs:
}
deploy-image:
permissions:
id-token: write
contents: read
packages: write
name: Deploy to environment
needs: [ set-env ]
uses: DFE-Digital/deploy-azure-container-apps-action/.github/workflows/build-push-deploy.yml@v2.5.0
uses: DFE-Digital/deploy-azure-container-apps-action/.github/workflows/build-push-deploy.yml@v3.0.0
with:
docker-image-name: 'identapi-app'
docker-build-file-name: 'docker/Dockerfile'
environment: ${{ needs.set-env.outputs.environment }}
annotate-release: ${{ needs.set-env.outputs.environment == 'development' }}
secrets:
azure-acr-credentials: ${{ secrets.ACR_CREDENTIALS }}
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
azure-subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
azure-acr-client-id: ${{ secrets.ACR_CLIENT_ID }}
azure-acr-name: ${{ secrets.ACR_NAME }}
azure-aca-credentials: ${{ secrets.AZURE_ACA_CREDENTIALS }}
azure-aca-name: ${{ secrets.AZURE_ACA_NAME }}
azure-aca-resource-group: ${{ secrets.AZURE_ACA_RESOURCE_GROUP }}
azure-aca-client-id: ${{ secrets.ACA_CLIENT_ID }}
azure-aca-name: ${{ secrets.ACA_CONTAINERAPP_NAME }}
azure-aca-resource-group: ${{ secrets.ACA_RESOURCE_GROUP }}

cypress-tests:
name: Run Cypress Tests
Expand Down

0 comments on commit 0855543

Please sign in to comment.