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:
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKER_IMAGE_PATH }}:${{ github.sha }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
cache-from: type=registry,ref=${{ secrets.DOCKER_IMAGE_PATH }}:buildcache
|
||||
cache-to: type=registry,ref=${{ secrets.DOCKER_IMAGE_PATH }}:buildcache,mode=max
|
||||
-
|
||||
name: Login to Azure
|
||||
uses: azure/login@v1
|
||||
|
Reference in New Issue
Block a user