This commit is contained in:
parent
3c661b41a8
commit
1570274ad2
@ -36,8 +36,8 @@ jobs:
|
|||||||
linux/amd64
|
linux/amd64
|
||||||
linux/arm64
|
linux/arm64
|
||||||
push: true
|
push: true
|
||||||
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_ROOT }}:latest
|
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_ROOT }}/ts:cache
|
||||||
cache-to: type=inline,mode=min
|
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_ROOT }}/ts:cache,mode=max
|
||||||
tags: |
|
tags: |
|
||||||
${{env.REGISTRY}}/${{env.IMAGE_ROOT}}/ts:${{ steps.meta.outputs.REPO_VERSION }},
|
${{env.REGISTRY}}/${{env.IMAGE_ROOT}}/ts:${{ steps.meta.outputs.REPO_VERSION }},
|
||||||
${{env.REGISTRY}}/${{env.IMAGE_ROOT}}/ts:${{ gitea.head_ref || gitea.ref_name }}
|
${{env.REGISTRY}}/${{env.IMAGE_ROOT}}/ts:${{ gitea.head_ref || gitea.ref_name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user