Skip to content

Commit 6822ea4

Browse files
fix: remove Docker cache export causing build failures
1 parent 0adb8c9 commit 6822ea4

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/azure-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
tags: |
3838
${{ secrets.CONTAINER_REGISTRY }}/${{ env.IMAGE_NAME }}:latest
3939
${{ secrets.CONTAINER_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
40-
cache-from: type=gha
41-
cache-to: type=gha,mode=max
40+
4241
platforms: linux/amd64
4342

4443
- name: 🔑 Azure Login

.github/workflows/secure-azure-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ jobs:
120120
tags: |
121121
${{ secrets.CONTAINER_REGISTRY }}/${{ env.IMAGE_NAME }}:latest
122122
${{ secrets.CONTAINER_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
123-
cache-from: type=gha
124-
cache-to: type=gha,mode=max
123+
125124
platforms: linux/amd64
126125

127126
- name: 🔍 Scan image with Trivy

0 commit comments

Comments
 (0)