Fix title annotation for Docker image
This commit is contained in:
parent
c6a22beda9
commit
6255f20f02
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -62,6 +62,8 @@ jobs:
|
||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
labels: |
|
labels: |
|
||||||
org.opencontainers.image.title=Oxipng
|
org.opencontainers.image.title=Oxipng
|
||||||
|
annotations: |
|
||||||
|
org.opencontainers.image.title=Oxipng
|
||||||
|
|
||||||
# Build and push Docker image with Buildx (don't push on PR)
|
# Build and push Docker image with Buildx (don't push on PR)
|
||||||
# Cache isn't used for tags and on workflow_dispatch if specified
|
# Cache isn't used for tags and on workflow_dispatch if specified
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue