Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
5f4f7604ce | ||
|
e10124b261 | ||
|
ccd98ee88d |
12
.github/workflows/cd-backend.yml
vendored
12
.github/workflows/cd-backend.yml
vendored
@@ -26,13 +26,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ secrets.DOCKER_IMAGE_PATH }}:${{ github.sha }}
|
tags: ${{ secrets.DOCKER_IMAGE_PATH }}:${{ github.sha }}
|
||||||
cache-from: type=gha
|
cache-from: type=registry,ref=${{ secrets.DOCKER_IMAGE_PATH }}:buildcache
|
||||||
cache-to: type=gha,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
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_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