Compare commits
1 Commits
renovate/d
...
renovate/v
| Author | SHA1 | Date | |
|---|---|---|---|
| a8a5bed63d |
@@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Login to Container Registry
|
- name: Login to Container Registry
|
||||||
if: ${{ gitea.event_name != 'pull_request' }}
|
if: ${{ gitea.event_name != 'pull_request' }}
|
||||||
uses: docker/login-action@v4
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: docker.valverde.cloud
|
registry: docker.valverde.cloud
|
||||||
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
|
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
"@tanstack/router-plugin": "^1.131.48",
|
"@tanstack/router-plugin": "^1.131.48",
|
||||||
"@types/react": "^19.1.13",
|
"@types/react": "^19.1.13",
|
||||||
"@types/react-dom": "^19.1.9",
|
"@types/react-dom": "^19.1.9",
|
||||||
"@vitejs/plugin-react": "^5.0.2",
|
"@vitejs/plugin-react": "^6.0.0",
|
||||||
"globals": "^16.4.0",
|
"globals": "^16.4.0",
|
||||||
"tw-animate-css": "^1.3.8",
|
"tw-animate-css": "^1.3.8",
|
||||||
"typescript-eslint": "^8.44.0",
|
"typescript-eslint": "^8.44.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user