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=
|
||||
|
||||
Reference in New Issue
Block a user