We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0adb8c9 commit 6822ea4Copy full SHA for 6822ea4
2 files changed
.github/workflows/azure-deploy.yml
@@ -37,8 +37,7 @@ jobs:
37
tags: |
38
${{ secrets.CONTAINER_REGISTRY }}/${{ env.IMAGE_NAME }}:latest
39
${{ secrets.CONTAINER_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
40
- cache-from: type=gha
41
- cache-to: type=gha,mode=max
+
42
platforms: linux/amd64
43
44
- name: 🔑 Azure Login
.github/workflows/secure-azure-deploy.yml
@@ -120,8 +120,7 @@ jobs:
120
121
122
123
124
125
126
127
- name: 🔍 Scan image with Trivy
0 commit comments