This commit is contained in:
@@ -29,4 +29,6 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ vars.LOCAL_REGISTRY }}/${{ gitea.repository_owner }}/website:latest
|
${{ vars.LOCAL_REGISTRY }}/${{ gitea.repository_owner }}/website:latest
|
||||||
${{ vars.LOCAL_REGISTRY }}/${{ gitea.repository_owner }}/website:${{ gitea.sha }}
|
${{ vars.LOCAL_REGISTRY }}/${{ gitea.repository_owner }}/website:${{ gitea.sha }}
|
||||||
|
cache-from: type=gha,scope:build-${{ gitea.ref_name }}
|
||||||
|
cache-to: type=gha,scope:build-${{ gitea.ref_name }},mode=max
|
||||||
Reference in New Issue
Block a user