We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7c516 commit c9ef193Copy full SHA for c9ef193
.github/workflows/build.yaml
@@ -73,6 +73,14 @@ jobs:
73
org.opencontainers.image.vendor=Void Linux
74
org.opencontainers.image.title=Void Linux
75
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
84
85
- name: Set up QEMU
86
uses: docker/setup-qemu-action@v2
0 commit comments