diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index d1af7f6..fac0b51 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -48,6 +48,8 @@ jobs: org.opencontainers.image.source=https://github.com/le0pard/postal_server org.opencontainers.image.description=Postal web server offers advanced capabilities for parsing and standardizing street addresses org.opencontainers.image.licenses=MIT + annotations: | + org.opencontainers.image.description=Postal web server offers advanced capabilities for parsing and standardizing street addresses - name: Build and push id: push @@ -59,6 +61,7 @@ jobs: platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + annotations: ${{ steps.meta.outputs.annotations }} cache-from: type=gha cache-to: type=gha,mode=max build-args: |