Skip to content

Commit afbe906

Browse files
committed
Add labels to rolling image
1 parent 8535996 commit afbe906

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-rolling.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,7 @@ jobs:
6060
no-cache: false
6161
cache-from: type=local,src=/tmp/.buildx-cache
6262
cache-to: type=local,dest=/tmp/.buildx-cache
63+
labels: |
64+
dev.sui.image.title=${{ github.event.repository.name }}
65+
dev.sui.image.description=${{ github.event.repository.description }}
66+
dev.sui.image.url=${{ github.event.repository.html_url }}

0 commit comments

Comments
 (0)