Skip to content

Commit a171eb0

Browse files
Update build-image.yml
1 parent 3c7b5db commit a171eb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
platforms: linux/amd64
4242
push: ${{ github.event_name == 'push' }}
4343
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:amd64-${{ github.sha }}
44-
cache-from: type=registry, ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
44+
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
4545
cache-to: type=inline
4646
provenance: false
4747
sbom: false
@@ -72,7 +72,7 @@ jobs:
7272
platforms: linux/arm64
7373
push: ${{ github.event_name == 'push' }}
7474
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:arm64-${{ github.sha }}
75-
cache-from: type=registry, ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
75+
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
7676
cache-to: type=inline
7777
provenance: false
7878
sbom: false

0 commit comments

Comments
 (0)