Skip to content

Commit

Permalink
.github: test annotation in image index's descriptor for the manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Aug 13, 2023
1 parent a85c022 commit ba7ef4d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
type=edge
labels: |
org.opencontainers.image.title=Mg
org.opencontainers.image.description=Micro Emacs text editor
org.opencontainers.image.description=Micro Emacs text editor from OpenBSD
org.opencontainers.image.url=https://github.com/troglobit/mg
org.opencontainers.image.documentation=https://man.troglobit.com/man1/mg.1.html
org.opencontainers.image.source=https://github.com/troglobit/mg/tree/${GITHUB_SHA:-master}/
org.opencontainers.image.source=https://github.com/troglobit/mg/tree/${{ github.sha }}/
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- name: Log in to GHCR
Expand Down Expand Up @@ -68,11 +68,11 @@ jobs:
name-canonical=true,
push-by-digest=true,
push=true,
annotation-index-descriptor.org.opencontainers.image.title=Mg,
annotation-index-descriptor.org.opencontainers.image.description=Micro Emacs text editor for ${{ matrix.platform }},
annotation-index-descriptor.org.opencontainers.image.url=https://github.com/troglobit/mg,
annotation-index-descriptor.org.opencontainers.image.licenses=Unlicense,
annotation-index-descriptor.org.opencontainers.image.revision=${GITHUB_SHA}
annotation-manifest-descriptor.org.opencontainers.image.title=Mg,
annotation-manifest-descriptor.org.opencontainers.image.description=Micro Emacs text editor for ${{ matrix.platform }},
annotation-manifest-descriptor.org.opencontainers.image.url=https://github.com/troglobit/mg,
annotation-manifest-descriptor.org.opencontainers.image.licenses=Unlicense,
annotation-manifest-descriptor.org.opencontainers.image.revision=${GITHUB_SHA}
- name: Export digest
run: |
mkdir -p /tmp/digests
Expand Down

0 comments on commit ba7ef4d

Please sign in to comment.