We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc735c8 commit 44f5ecbCopy full SHA for 44f5ecb
.github/workflows/ci.yml
@@ -85,8 +85,8 @@ jobs:
85
context: ./dist/dev/${{ env.TEMPLATE }}
86
load: true
87
tags: ${{ steps.meta.outputs.tags }}
88
- cache-from: type=registry,ref=${{ env.IMAGE_TAG }}
89
- cache-to: type=inline
+ # cache-from: type=registry,ref=${{ env.IMAGE_TAG }}
+ # cache-to: type=inline
90
labels: ${{ steps.meta.outputs.labels }}
91
92
- name: Test Docker Release Image
0 commit comments