diff --git a/.drone.yml b/.drone.yml index 97ad634..72810ff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,9 +12,9 @@ steps: from_secret: ivan-docker-username password: from_secret: ivan-docker-password - repo: docker-registry.ivanli.cc/ivan/tailwind-nextjs-blog + repo: docker-registry.ivanli.cc/ivan/tailwind-nextjs-blog-base cache_from: - - docker-registry.ivanli.cc/ivan/tailwind-nextjs-blog:${DRONE_BRANCH}${DRONE_TAG}-amd64 + - docker-registry.ivanli.cc/ivan/tailwind-nextjs-blog-base:${DRONE_BRANCH}${DRONE_TAG}-amd64 dockerfile: Dockerfile build_args: - BUILDKIT_INLINE_CACHE=1 diff --git a/package-lock.json b/package-lock.json index 5c0c553..bc16a04 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index 9272cff..11175a8 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "prepare": "husky install" }, "dependencies": { + "@next/bundle-analyzer": "12.1.4", "@fontsource/inter": "4.5.2", "@mailchimp/mailchimp_marketing": "^3.0.58", "@tailwindcss/forms": "^0.4.0", @@ -43,7 +44,6 @@ "unist-util-visit": "^4.0.0" }, "devDependencies": { - "@next/bundle-analyzer": "12.1.4", "@svgr/webpack": "^6.1.2", "cross-env": "^7.0.3", "dedent": "^0.7.0",