feat: remove cache
This commit is contained in:
parent
1f6ad9e05c
commit
9267b29d31
@ -57,9 +57,11 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
pull: true
|
||||
no-cache: true
|
||||
tags: |
|
||||
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ gitea.sha }}
|
||||
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||
# cache-from: type=local,src=/tmp/.buildx-cache
|
||||
# cache-to: type=local,dest=/tmp/.buildx-cache
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user