Skip to content

Commit 13ce891

Browse files
AFCMSAlexTMjugador
authored andcommitted
Fix title annotation for Docker image
1 parent 91158f8 commit 13ce891

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6363
labels: |
6464
org.opencontainers.image.title=Oxipng
65+
annotations: |
66+
org.opencontainers.image.title=Oxipng
6567
6668
# Build and push Docker image with Buildx (don't push on PR)
6769
# Cache isn't used for tags and on workflow_dispatch if specified

0 commit comments

Comments
 (0)