Compare commits
31 Commits
71239fa078
...
renovate/u
Author | SHA1 | Date | |
---|---|---|---|
4474b7ef46 | |||
f788f574c0 | |||
6c19559964 | |||
f83ff0a7a6 | |||
ee69ce3c8d | |||
8f47e210d5 | |||
8c1055b468 | |||
42558f3500 | |||
0a3e8f28ba | |||
419b2b0286 | |||
59816d7410 | |||
cdb7dbf18f | |||
4696d512eb | |||
3793071c2d | |||
43e9492a47 | |||
745e4e6fe5 | |||
3274e3bc2d | |||
c463cdff0a | |||
4c7a46e493 | |||
01df7d1e13 | |||
dc06a3877d | |||
c816304a71 | |||
32a50e9de4 | |||
2bfe562269 | |||
c381d82e2a | |||
d12287a13a | |||
f193dacd14 | |||
6a9ccad31c | |||
cf49d249bd | |||
85b5b7cbce | |||
f395b66d77 |
@ -14,7 +14,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Cloning repo
|
- name: Cloning repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -14,7 +14,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -44,7 +44,7 @@ jobs:
|
|||||||
password: ${{ secrets.REPO_TOKEN }}
|
password: ${{ secrets.REPO_TOKEN }}
|
||||||
|
|
||||||
- name: Build and Push (Latest)
|
- name: Build and Push (Latest)
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
context: .
|
context: .
|
||||||
|
536
pnpm-lock.yaml
generated
536
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,3 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"extends": ["config:recommended", ":dependencyDashboard"]
|
||||||
"extends": [
|
}
|
||||||
"local>Fascinated/renovate-config"
|
|
||||||
]
|
|
||||||
}
|
|
Reference in New Issue
Block a user