Skip to content

Commit 6d9033b

Browse files
feat(build): add image description label for Docker metadata
1 parent e500ff9 commit 6d9033b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
tags: |
5252
type=ref,event=tag
5353
type=raw,value=latest,enable=${{ !contains(github.ref, '-') }}
54+
labels: |
55+
org.opencontainers.image.description=A high-performance Telegram File Streamer Bot written in Go. Stream files directly from Telegram to your download manager or media player with extreme efficiency.
5456
5557
- name: Build docker image and push
5658
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)