mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-04-03 09:21:46 +00:00
Compare commits
26 Commits
d1581048fe
...
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 |
16
.github/workflows/docker.yml
vendored
16
.github/workflows/docker.yml
vendored
@@ -7,24 +7,24 @@ on:
|
||||
|
||||
jobs:
|
||||
push-docker:
|
||||
runs-on: ubuntu-24.04-lxc
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: docker/setup-buildx-action@v4
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
registry: git.neody.ad.jp
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- name: Build and push image
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
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]'
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: pnpm/action-setup@v4
|
||||
- uses: pnpm/action-setup@v5
|
||||
with:
|
||||
version: latest
|
||||
- uses: actions/setup-node@v6
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"@next/mdx": "^16.0.0",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"iconoir-react": "^7.11.0",
|
||||
"next": "16.1.6",
|
||||
"next": "16.2.2",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0"
|
||||
},
|
||||
@@ -28,6 +28,6 @@
|
||||
"prettier": "^3.5.3",
|
||||
"prettier-plugin-tailwindcss": "^0.7.0",
|
||||
"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