Compare commits
5 Commits
bdc4b90f1b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d162a63813 | |||
| f89030fb12 | |||
| 68b4f7b85b | |||
| bf1d7a193e | |||
| ca97995c31 |
@@ -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
|
||||
|
||||
Generated
+1222
-57
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user