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 f8498e5 commit 82f34deCopy full SHA for 82f34de
1 file changed
.github/workflows/build-and-push.yml
@@ -35,6 +35,14 @@ jobs:
35
registry: ghcr.io
36
username: ${{ github.actor }}
37
password: ${{ secrets.GITHUB_TOKEN }}
38
+ # Extract labels from the Dockerfile to use as OCI annotations.
39
+ # This allows them to show up on the webpages for the containers on GHCR due to using
40
+ # multi-arch images
41
+ # (as documented at
42
+ # https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#adding-a-description-to-multi-arch-images
43
+ # ).
44
+ # The pre-defined annotations by the OCI that you can add to a manifest can be found at
45
+ # https://specs.opencontainers.org/image-spec/annotations/#pre-defined-annotation-keys
46
- name: Extract labels from Dockerfile
47
id: labels
48
run: |
0 commit comments