File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 3535 registry : ghcr.io
3636 username : ${{ github.actor }}
3737 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
3846 - name : Extract labels from Dockerfile
3947 id : labels
4048 run : |
You can’t perform that action at this time.
0 commit comments