From b628eaadd2c8c22b52a140de7154c4a35e1efd3b Mon Sep 17 00:00:00 2001 From: elseif Date: Thu, 16 Jul 2026 13:25:36 +0800 Subject: [PATCH] modified: .github/workflows/build_docker.yml --- .github/workflows/build_docker.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build_docker.yml b/.github/workflows/build_docker.yml index 90508e4..0d99898 100644 --- a/.github/workflows/build_docker.yml +++ b/.github/workflows/build_docker.yml @@ -211,6 +211,11 @@ jobs: cache-to: type=gha,mode=max provenance: false sbom: false + annotations: | + org.opencontainers.image.title=MikroTik CHR RouterOS + org.opencontainers.image.description=MikroTik CHR (Cloud Hosted Router) running on QEMU with Docker + org.opencontainers.image.version=${{ env.VERSION }} + org.opencontainers.image.url=https://github.com/${{ github.repository }} - name: Update channel tags if: env.CHANNEL != ''