We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5e6fb commit de28414Copy full SHA for de28414
.github/workflows/clang-format-image.yml
@@ -68,6 +68,11 @@ jobs:
68
uses: docker/metadata-action@v5.10.0
69
with:
70
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
76
- name: Build and push Docker image
77
uses: docker/build-push-action@v6.18.0
78
0 commit comments