build cache
This commit is contained in:
4
.github/workflows/cd-backend.yml
vendored
4
.github/workflows/cd-backend.yml
vendored
@@ -26,8 +26,8 @@ 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: Login to Azure
|
||||||
uses: azure/login@v1
|
uses: azure/login@v1
|
||||||
|
Reference in New Issue
Block a user