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