5 Commits

Author SHA1 Message Date
bagas d162a63813 Merge pull request 'chore(deps): update docker/build-push-action action to v7' (#80) from renovate/docker-build-push-action-7.x into main
Docker Build and Push / build-and-push (push) Successful in 13m57s
Reviewed-on: #80
2026-03-09 22:35:57 +07:00
Renovate-Clanker f89030fb12 chore(deps): update docker/build-push-action action to v7 2026-03-08 17:04:38 +00:00
Renovate-Clanker 68b4f7b85b Merge pull request 'chore(deps): update all-dependencies' (#79) from renovate/all-dependencies into main
Docker Build and Push / build-and-push (push) Successful in 13m51s
2026-03-08 23:05:31 +07:00
Renovate-Clanker bf1d7a193e chore(deps): update all-dependencies 2026-03-08 16:05:15 +00:00
bagas ca97995c31 fix: add drizzle adapter
Docker Build and Push / build-and-push (push) Successful in 12m7s
2026-03-08 22:26:53 +07:00
3 changed files with 1225 additions and 59 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push Docker image for main
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
push: true
@@ -57,7 +57,7 @@ jobs:
if: github.ref == 'refs/heads/main'
- name: Build and push Docker image for staging
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
push: true
+1222 -57
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -25,6 +25,7 @@
"lint": "next lint"
},
"dependencies": {
"@better-auth/drizzle-adapter": "^1.5.3",
"better-auth": "^1.3.23",
"dotenv": "^17.2.2",
"drizzle-orm": "^0.45.0",