Fix title annotation for Docker image

This commit is contained in:
AFCMS 2024-09-26 12:16:08 +02:00 committed by Alejandro González
parent c6a22beda9
commit 6255f20f02
No known key found for this signature in database

View file

@ -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