diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index cde8ac2..0fcbdcd 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -49,6 +49,4 @@ jobs: context: . push: true platforms: linux/amd64 - tags: ${{ steps.meta.outputs.tags }} - cache-from: type=gha - cache-to: type=gha,mode=max \ No newline at end of file + tags: ${{ steps.meta.outputs.tags }} \ No newline at end of file