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