fix(ci): lowercase Docker image tags — ghcr.io requires lowercase repo names
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -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=
|
||||
|
||||
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -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
4
package-lock.json
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user