diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 97cde65..e4ed40a 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -26,6 +26,9 @@ jobs: images: | ${{ github.repository_owner }}/mailhog ghcr.io/${{ github.repository_owner }}/mailhog + labels: | + org.opencontainers.image.authors=the pygmy stack, Ian Kent (MailHog) + org.opencontainers.image.description=MailHog mail testing, configured for use with the pygmy stack - name: Set up QEMU uses: docker/setup-qemu-action@v1