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 a7bb88b commit 25e8ff0Copy full SHA for 25e8ff0
.github/workflows/docker-build-publish-demo.yml
@@ -55,8 +55,6 @@ jobs:
55
tags: |
56
metadc/${{ matrix.service.image_name }}:latest
57
registry.cn-hangzhou.aliyuncs.com/metad/${{ matrix.service.image_name }}:latest
58
- cache-from: type=registry,ref=metadc/${{ matrix.service.image_name }}:latest
59
- cache-to: type=inline
60
61
- name: Docker images list
62
run: |
0 commit comments