From a9c4ce435c8550d23d48318eec1f81f12c715000 Mon Sep 17 00:00:00 2001 From: Alexey Vasiliev Date: Sat, 20 Jul 2024 13:01:20 +0300 Subject: [PATCH] update docker labels --- .github/workflows/build-and-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 72db8d7..d1af7f6 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -44,6 +44,10 @@ jobs: uses: docker/metadata-action@v5 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} + labels: | + 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 - name: Build and push id: push