mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-04-03 09:21:46 +00:00
Compare commits
32 Commits
9934ecbf63
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4be045380 | ||
|
|
e0b930104c | ||
|
|
1beae770f1 | ||
|
|
bb5a1b4ab6 | ||
|
|
ea373f2260 | ||
|
|
167a37175c | ||
|
|
035236c996 | ||
|
|
95dd25868b | ||
|
|
354cb5da34 | ||
|
|
851c90f7bb | ||
|
|
5c565f0731 | ||
|
|
6abc035e97 | ||
|
|
59b79ead56 | ||
|
|
64c3550145 | ||
|
|
41954c5cf0 | ||
|
|
9ff0172d60 | ||
|
|
54d8b2875a | ||
|
|
684ff434d4 | ||
|
|
98411c6af9 | ||
|
|
141414b40a | ||
|
|
08d8eb2afc | ||
|
|
15172d957a | ||
|
|
6f1990e213 | ||
|
|
f3ab455bc7 | ||
| 050d5aa5ff | |||
| c7113e1757 | |||
|
|
d1581048fe | ||
|
|
6d872944d1 | ||
|
|
520ab2f7e5 | ||
|
|
57a7c9d4ef | ||
|
|
1bb334dc5f | ||
|
|
5b8a49aefd |
16
.github/workflows/docker.yml
vendored
16
.github/workflows/docker.yml
vendored
@@ -7,24 +7,24 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push-docker:
|
push-docker:
|
||||||
runs-on: ubuntu-24.04-lxc
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v4
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v4
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: git.neody.ad.jp
|
||||||
username: ${{ github.actor }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ github.repository }}
|
git.neody.ad.jp/tuna2134/cecilia
|
||||||
|
|||||||
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
if: github.actor == 'renovate[bot]'
|
if: github.actor == 'renovate[bot]'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- uses: pnpm/action-setup@v4
|
- uses: pnpm/action-setup@v5
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
- uses: actions/setup-node@v6
|
- uses: actions/setup-node@v6
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
"@next/mdx": "^16.0.0",
|
"@next/mdx": "^16.0.0",
|
||||||
"@types/mdx": "^2.0.13",
|
"@types/mdx": "^2.0.13",
|
||||||
"iconoir-react": "^7.11.0",
|
"iconoir-react": "^7.11.0",
|
||||||
"next": "16.1.6",
|
"next": "16.2.2",
|
||||||
"react": "^19.0.0",
|
"react": "^19.0.0",
|
||||||
"react-dom": "^19.0.0"
|
"react-dom": "^19.0.0"
|
||||||
},
|
},
|
||||||
@@ -28,6 +28,6 @@
|
|||||||
"prettier": "^3.5.3",
|
"prettier": "^3.5.3",
|
||||||
"prettier-plugin-tailwindcss": "^0.7.0",
|
"prettier-plugin-tailwindcss": "^0.7.0",
|
||||||
"tailwindcss": "^4",
|
"tailwindcss": "^4",
|
||||||
"typescript": "^5"
|
"typescript": "^6.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
600
pnpm-lock.yaml
generated
600
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user