We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91158f8 commit 13ce891Copy full SHA for 13ce891
.github/workflows/docker.yml
@@ -62,6 +62,8 @@ jobs:
62
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
63
labels: |
64
org.opencontainers.image.title=Oxipng
65
+ annotations: |
66
+ org.opencontainers.image.title=Oxipng
67
68
# Build and push Docker image with Buildx (don't push on PR)
69
# Cache isn't used for tags and on workflow_dispatch if specified
0 commit comments