.
This commit is contained in:
10
.github/workflows/cd-backend.yml
vendored
10
.github/workflows/cd-backend.yml
vendored
@@ -29,12 +29,12 @@ jobs:
|
|||||||
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
|
||||||
|
Reference in New Issue
Block a user