File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 52
52
tags : ${{ steps.meta.outputs.tags }}
53
53
labels : ${{ steps.meta.outputs.labels }}
54
54
cache-from : |
55
- type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache
56
- type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-${{ env.TARGET_BRANCH }}
57
- type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-${{ github.ref_name }}
58
- cache-to : |
59
- type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache,mode=max
60
- type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-${{ github.ref_name }},mode=max
55
+ type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:master
56
+ type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TARGET_BRANCH }}
57
+ type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags[0] }}
58
+ cache-to : type=inline
61
59
env :
62
60
TARGET_BRANCH : ${{ github.base_ref || github.ref_name }}
You can’t perform that action at this time.
0 commit comments