build cache

This commit is contained in:
sparshg
2024-09-26 00:19:08 +05:30
parent ccd98ee88d
commit e10124b261

View File

@@ -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