feat: remove cache

This commit is contained in:
Nemo D'ACREMONT 2025-09-06 13:47:37 +02:00
parent 1f6ad9e05c
commit 9267b29d31
No known key found for this signature in database
GPG Key ID: 85F245EC3BB1E022

View File

@ -57,9 +57,11 @@ jobs:
with: with:
context: . context: .
push: true push: true
pull: true
no-cache: true
tags: | tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ gitea.sha }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ gitea.sha }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
cache-from: type=local,src=/tmp/.buildx-cache # cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache # cache-to: type=local,dest=/tmp/.buildx-cache