diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index fb763726..067cf23e 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -212,8 +212,6 @@ jobs: push: true provenance: false platforms: linux/arm64 - cache-from: type=gha,scope=nextjs-build-${{ needs.prepare.outputs.target }} - cache-to: type=gha,mode=max,scope=nextjs-build-${{ needs.prepare.outputs.target }} build-args: | NEXT_PUBLIC_BASE_URL=${{ needs.prepare.outputs.next_public_url }} NEXT_PUBLIC_TARGET=${{ needs.prepare.outputs.target }}