modified: .github/workflows/build_docker.yml

This commit is contained in:
elseif 2026-07-16 14:22:52 +08:00
parent 7b273f0464
commit 3b42f1c5fb

View File

@ -210,11 +210,12 @@ 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://mikrotik.ltd
outputs: |
type=image,\
annotation-index.org.opencontainers.image.title=MikroTik CHR RouterOS,\
annotation-index.org.opencontainers.image.description=MikroTik CHR (Cloud Hosted Router) running on QEMU with Docker,\
annotation-index.org.opencontainers.image.version=${{ env.VERSION }},\
annotation-index.org.opencontainers.image.url=https://mikrotik.ltd
- name: Update channel tags
if: env.CHANNEL != ''