Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d066c14d4b | |||
| 23ab939d2f | |||
| 359d108fee | |||
| f0291e8827 | |||
| 720a5f131c | |||
| e36eaec97b | |||
| 5d2701ef52 | |||
| c06f7cf5a1 | |||
| 34c5a85d49 | |||
| 6b8939fd7f | |||
| 8e405d2cdb |
@@ -43,7 +43,11 @@ jobs:
|
||||
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Log in to Gitea Container Registry
|
||||
run: echo "${{ github.token }}" | docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Extract metadata
|
||||
id: meta
|
||||
|
||||
@@ -115,6 +115,9 @@ export const auth = betterAuth({
|
||||
trustedOrigins: [
|
||||
"http://localhost:3000",
|
||||
"http://localhost:5173",
|
||||
"https://cartsnitch.farh.net",
|
||||
"https://cartsnitch.dev.farh.net",
|
||||
"https://cartsnitch.uat.farh.net",
|
||||
"https://cartsnitch.com",
|
||||
"https://dev.cartsnitch.com",
|
||||
"https://uat.cartsnitch.com",
|
||||
|
||||
Reference in New Issue
Block a user