Skip to content

Commit acc8201

Browse files
committed
fix suffix
1 parent 2c3ed4f commit acc8201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
labels: ${{ steps.meta.outputs.labels }}
9797
push: true
9898
tags: ${{ steps.meta.outputs.tags }}
99-
cache-from: type=registry,ref=${{ env.REGISTRY_IMAGE }}:main-${{ steps.suffix.outputs.suffix }}
100-
cache-to: type=registry,ref=${{ env.REGISTRY_IMAGE }}:main-${{ steps.suffix.outputs.suffix }},compression=zstd,mode=max
99+
cache-from: type=registry,ref=${{ env.REGISTRY_IMAGE }}:main${{ steps.suffix.outputs.suffix }}
100+
cache-to: type=registry,ref=${{ env.REGISTRY_IMAGE }}:main${{ steps.suffix.outputs.suffix }},compression=zstd,mode=max
101101
- name: Export digest
102102
run: |
103103
mkdir -p /tmp/digests

0 commit comments

Comments
 (0)