There was an error while loading. Please reload this page.
1 parent 3c7b5db commit a171eb0Copy full SHA for a171eb0
1 file changed
.github/workflows/build-image.yml
@@ -41,7 +41,7 @@ jobs:
41
platforms: linux/amd64
42
push: ${{ github.event_name == 'push' }}
43
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:amd64-${{ github.sha }}
44
- cache-from: type=registry, ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
+ cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
45
cache-to: type=inline
46
provenance: false
47
sbom: false
@@ -72,7 +72,7 @@ jobs:
72
platforms: linux/arm64
73
74
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:arm64-${{ github.sha }}
75
76
77
78
0 commit comments