Skip to content

Commit 51cd99c

Browse files
committed
fix: registry cache importer requires ref
1 parent 44f5ecb commit 51cd99c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
platforms: linux/amd64,linux/arm64
108108
push: ${{ github.event_name != 'pull_request' }}
109109
tags: ${{ steps.meta.outputs.tags }}
110-
cache-from: type=registry,ref=${{ env.IMAGE_TAG }}
111-
cache-to: type=inline
110+
# cache-from: type=registry,ref=${{ env.IMAGE_TAG }}
111+
# cache-to: type=inline
112112

113113
...

0 commit comments

Comments
 (0)