1 Commits

Author SHA1 Message Date
bd0718aa19 Update docker/metadata-action action to v6
Some checks failed
Build / build (pull_request) Failing after 17s
Lint / lint (push) Failing after 5s
2026-03-06 12:07:25 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Generate Docker metadata - name: Generate Docker metadata
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v6
with: with:
images: | images: |
docker.valverde.cloud/${{ gitea.repository }} docker.valverde.cloud/${{ gitea.repository }}

View File

@@ -47,6 +47,6 @@
"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",
"vite": "^8.0.0" "vite": "^7.1.5"
} }
} }