We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa379d1 commit 37859eaCopy full SHA for 37859ea
.github/workflows/docker-publish.yml
@@ -163,8 +163,8 @@ jobs:
163
VERSION=${{ steps.version.outputs.tag }}
164
BUILD_DATE=${{ steps.builddate.outputs.timestamp }}
165
GIT_SHA=${{ github.sha }}
166
- cache-from: type=gha,scope=${{ matrix.service }}-${{ matrix.platform.arch }}
167
- cache-to: type=gha,mode=max,scope=${{ matrix.service }}-${{ matrix.platform.arch }}
+ cache-from: type=registry,ref=${{ env.IMAGE_PREFIX }}-${{ matrix.service }}:cache-${{ matrix.platform.arch }}
+ cache-to: type=registry,ref=${{ env.IMAGE_PREFIX }}-${{ matrix.service }}:cache-${{ matrix.platform.arch }},mode=max
168
169
- name: Scan image for vulnerabilities
170
if: always() && steps.build.outcome != 'cancelled'
0 commit comments