This commit is contained in:
sparshg
2024-09-26 00:31:13 +05:30
parent e10124b261
commit 5f4f7604ce

View File

@@ -28,13 +28,13 @@ jobs:
tags: ${{ secrets.DOCKER_IMAGE_PATH }}:${{ github.sha }} tags: ${{ secrets.DOCKER_IMAGE_PATH }}:${{ github.sha }}
cache-from: type=registry,ref=${{ secrets.DOCKER_IMAGE_PATH }}:buildcache cache-from: type=registry,ref=${{ secrets.DOCKER_IMAGE_PATH }}:buildcache
cache-to: type=registry,ref=${{ secrets.DOCKER_IMAGE_PATH }}:buildcache,mode=max cache-to: type=registry,ref=${{ secrets.DOCKER_IMAGE_PATH }}:buildcache,mode=max
- -
name: Login to Azure name: Azure login
uses: azure/login@v1 uses: azure/login@v2
env:
CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
with: with:
creds: $CREDENTIALS client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- -
name: Deploy Container name: Deploy Container
uses: azure/container-apps-deploy-action@v1 uses: azure/container-apps-deploy-action@v1