fix: update Dockerfile to use Node.js 20 Alpine and correct commit SHA in .env.local; enhance nightly and release workflows with Docker Hub description and caching improvements

This commit is contained in:
2025-07-10 23:19:04 +00:00
committed by GitHub
parent 35febc578f
commit af218ee9d5
5 changed files with 38 additions and 10 deletions

View File

@@ -5,6 +5,10 @@ const nextConfig = {
{
protocol: "https",
hostname: "**",
},
{
protocol: "http",
hostname: "**",
}
],
},