Skip to content

Commit de28414

Browse files
authored
build: Specify labels for Docker build (#272)
1 parent 9c5e6fb commit de28414

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/clang-format-image.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ jobs:
6868
uses: docker/metadata-action@v5.10.0
6969
with:
7070
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
71+
labels: |
72+
maintainer=jidicula
73+
org.opencontainers.image.title="clang-format"
74+
org.opencontainers.image.description="clang-format, packaged in a Dockerfile"
75+
org.opencontainers.image.licenses=MIT
7176
- name: Build and push Docker image
7277
uses: docker/build-push-action@v6.18.0
7378
with:

0 commit comments

Comments
 (0)