Skip to content

Commit

Permalink
Merge pull request #709 from DFE-Digital/bump-deploy-azure-container-…
Browse files Browse the repository at this point in the history
…apps-action-v3-0-0

Bump deploy-azure-container-apps-action v3.0.0
  • Loading branch information
Stretch96 authored Oct 18, 2024
2 parents 8c54229 + ed814b8 commit d50abed
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,23 @@ jobs:
echo "release=${RELEASE}" >> $GITHUB_OUTPUT
deploy-image:
permissions:
id-token: write
contents: read
packages: write
needs: [ set-env ]
uses: DFE-Digital/deploy-azure-container-apps-action/.github/workflows/build-push-deploy.yml@v2.6.0
uses: DFE-Digital/deploy-azure-container-apps-action/.github/workflows/build-push-deploy.yml@v3.0.0
with:
docker-image-name: 'a2bext-app'
docker-build-file-name: './Dockerfile'
environment: ${{ needs.set-env.outputs.environment }}
annotate-release: true
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.ACA_CREDENTIALS }}
azure-aca-client-id: ${{ secrets.ACA_CLIENT_ID }}
azure-aca-name: ${{ secrets.ACA_CONTAINERAPP_NAME }}
azure-aca-resource-group: ${{ secrets.ACA_RESOURCE_GROUP }}

Expand Down

0 comments on commit d50abed

Please sign in to comment.