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

View File

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

4
package-lock.json generated
View File

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