From 223a8ea1ada7df1e1f55ef28a3e3fff93a133e6f Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Sun, 16 Jul 2023 20:39:16 +0200 Subject: [PATCH] add labels to docker container --- .github/workflows/docker.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d931775..4df6dba 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -27,3 +27,10 @@ jobs: context: . push: ${{ github.event_name != 'pull_request' }} tags: ghcr.io/marconlp/snapify:latest + labels: | + org.opencontainers.image.url=https://github.com/marconlp/snapify + org.opencontainers.image.source=https://github.com/marconlp/snapify + org.opencontainers.image.title=snapify + org.opencontainers.image.revision=${{ github.sha }} + org.opencontainers.image.created=${{ github.event.repository.updated_at }} + org.opencontainers.image.description=Screen recording sharing for absolutely everyone.