File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,9 @@ jobs:
125125 username : ${{ github.actor }}
126126 password : ${{ secrets.GITHUB_TOKEN }}
127127
128+ - name : Set up Docker Buildx
129+ uses : docker/setup-buildx-action@v4
130+
128131 # Extract metadata (tags, labels) for Docker
129132 # https://github.com/docker/metadata-action
130133 - name : Extract Docker metadata
@@ -133,6 +136,9 @@ jobs:
133136 uses : docker/metadata-action@v4
134137 with :
135138 images : ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ matrix.container }}
139+ labels : |
140+ org.opencontainers.image.title=${{ matrix.container }}
141+ org.opencontainers.image.description=Component ${{ matrix.container }} from the fancy-lectures monorepo
136142 tags : |
137143 type=schedule
138144 type=ref,event=branch
You can’t perform that action at this time.
0 commit comments