Skip to content

Commit 3149375

Browse files
authored
Merge pull request #9 from VoxHash/fix/ghcr-image-description
fix: add GHCR container image description metadata
2 parents 4e24c70 + 3d06c3d commit 3149375

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish-container.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
uses: docker/metadata-action@v5
4242
with:
4343
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
44+
description: Professional-grade desktop application for managing and sending messages across multiple Telegram accounts
4445
tags: |
4546
type=semver,pattern={{version}}
4647
type=semver,pattern={{major}}.{{minor}}
@@ -56,6 +57,7 @@ jobs:
5657
push: true
5758
tags: ${{ steps.meta.outputs.tags }}
5859
labels: ${{ steps.meta.outputs.labels }}
60+
annotations: ${{ steps.meta.outputs.annotations }}
5961
cache-from: type=gha
6062
cache-to: type=gha,mode=max
6163

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ COPY . .
2323
# Runtime stage
2424
FROM python:3.11-slim
2525

26+
LABEL org.opencontainers.image.description="Professional-grade desktop application for managing and sending messages across multiple Telegram accounts"
27+
2628
# Install runtime dependencies
2729
RUN apt-get update && apt-get install -y \
2830
libgl1 \

0 commit comments

Comments
 (0)