Skip to content

Commit 9985de0

Browse files
committed
feat: add Open Container Initiative labels to Docker image metadata
1 parent ef1ecc2 commit 9985de0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ jobs:
6969
type=ref,event=pr
7070
type=sha,format=long
7171
type=raw,value=latest,enable={{is_default_branch}}
72+
# Without these the registry falls back to .github/README.md, which
73+
# documents the virtualenv workflow this image exists to replace.
74+
# `source` is also what links the package to its repository.
75+
labels: |
76+
org.opencontainers.image.description=PID issuer for the EUDI wallet (GRNET fork). Containerised for local development and deployment; see DOCKER.md.
77+
org.opencontainers.image.source=https://github.com/${{ github.repository }}
78+
org.opencontainers.image.licenses=Apache-2.0
7279
7380
- name: Build and push
7481
uses: docker/build-push-action@v6.15.0

0 commit comments

Comments
 (0)