We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75169fc commit 0e22dadCopy full SHA for 0e22dad
.github/workflows/build-image.yml
@@ -67,7 +67,8 @@ jobs:
67
push: true
68
tags: ${{ steps.meta.outputs.tags }}
69
labels: ${{ steps.meta.outputs.labels }}
70
- no-cache: true
+ cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache
71
+ cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max
72
73
- name: Image digest
74
run: echo "Pushed ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} — digest ${{ steps.build-and-push.outputs.digest }}"
0 commit comments