Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Commit

Permalink
docs: added container labels
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Borska <[email protected]>
  • Loading branch information
niesmaczne committed Oct 31, 2024
1 parent cb407c7 commit fe871d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,11 @@ jobs:
push: true
tags: |
ghcr.io/${{ github.event.repository.owner.name }}/scribe:${{ github.ref_name }}
labels: |
org.opencontainers.image.title="scribe"
org.opencontainers.image.authors="anza-labs contributors"
org.opencontainers.image.vendor="anza-labs"
org.opencontainers.image.license="Apache-2.0"
org.opencontainers.image.source="https://github.com/anza-labs/scribe"
org.opencontainers.image.base.name="gcr.io/distroless/static:nonroot"
org.opencontainers.image.created=${{ github.event.created_at }}

0 comments on commit fe871d1

Please sign in to comment.