Skip to content

Commit c9ef193

Browse files
committed
.github/workflows/build: duplicate labels as annotations
seems to be necessary for multiplatform images
1 parent 1f7c516 commit c9ef193

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ jobs:
7373
org.opencontainers.image.vendor=Void Linux
7474
org.opencontainers.image.title=Void Linux
7575
org.opencontainers.image.description=general-purpose image based on Void Linux
76+
annotations: |
77+
org.opencontainers.image.authors=Void Linux team and contributors
78+
org.opencontainers.image.url=https://voidlinux.org
79+
org.opencontainers.image.documentation=https://docs.voidlinux.org
80+
org.opencontainers.image.source=https://github.com/${{ github.repository }}
81+
org.opencontainers.image.vendor=Void Linux
82+
org.opencontainers.image.title=Void Linux
83+
org.opencontainers.image.description=general-purpose image based on Void Linux
7684
7785
- name: Set up QEMU
7886
uses: docker/setup-qemu-action@v2

0 commit comments

Comments
 (0)