Add labels

This commit is contained in:
2025-08-20 21:45:19 +05:30
parent 7ffdf2088e
commit c3fc365ad3

View File

@@ -71,6 +71,14 @@ jobs:
type=raw,value=${{ steps.version.outputs.version }} type=raw,value=${{ steps.version.outputs.version }}
type=sha,format=long,prefix=sha- type=sha,format=long,prefix=sha-
type=raw,value=latest type=raw,value=latest
labels: |
org.opencontainers.image.title=Caddy with ${{ matrix.variant.name }} plugins
org.opencontainers.image.description=Caddy web server with ${{ matrix.variant.name }} plugins
org.opencontainers.image.version=${{ steps.version.outputs.version }}
org.opencontainers.image.url=https://github.com/${{ github.repository }}
org.opencontainers.image.source=https://github.com/${{ github.repository }}
org.opencontainers.image.licenses=Apache-2.0
org.opencontainers.image.created=${{ steps.meta.outputs.date }}
- -
name: Build and push name: Build and push
uses: docker/build-push-action@v6.18.0 uses: docker/build-push-action@v6.18.0