fix(ci): lowercase Docker image tags — ghcr.io requires lowercase repo names

This commit is contained in:
Nicolas Varrot
2026-02-12 17:49:14 +00:00
parent 7d9c4098f2
commit 313242cbd9
3 changed files with 7 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
images: ghcr.io/marlburrow/pinchchat
tags: |
type=raw,value=edge
type=sha,prefix=

View File

@@ -60,10 +60,10 @@ jobs:
context: .
push: true
tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ steps.version.outputs.tag }}
ghcr.io/${{ github.repository }}:${{ steps.version.outputs.minor }}
ghcr.io/${{ github.repository }}:${{ steps.version.outputs.major }}
ghcr.io/marlburrow/pinchchat:latest
ghcr.io/marlburrow/pinchchat:${{ steps.version.outputs.tag }}
ghcr.io/marlburrow/pinchchat:${{ steps.version.outputs.minor }}
ghcr.io/marlburrow/pinchchat:${{ steps.version.outputs.major }}
labels: |
org.opencontainers.image.version=${{ steps.version.outputs.version }}

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "pinchchat",
"version": "1.9.0",
"version": "1.10.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pinchchat",
"version": "1.9.0",
"version": "1.10.0",
"license": "MIT",
"dependencies": {
"@radix-ui/react-collapsible": "^1.1.12",