fix(ci): add OCI labels to associate Docker image with Gitea repo
Release / docker (push) Successful in 4s
Release / release (push) Failing after 4s
Lint & Test / lint-and-check (push) Has been cancelled
Lint & Test / test (push) Has been cancelled

This commit is contained in:
2026-04-10 20:19:27 +03:00
parent 402a0b34c1
commit bf907c7858
+3
View File
@@ -34,6 +34,9 @@ jobs:
IMAGE="${{ steps.meta.outputs.image }}" IMAGE="${{ steps.meta.outputs.image }}"
VERSION="${{ steps.meta.outputs.version }}" VERSION="${{ steps.meta.outputs.version }}"
docker build \ docker build \
--label "org.opencontainers.image.source=${{ gitea.server_url }}/${{ gitea.repository }}" \
--label "org.opencontainers.image.description=Self-hosted web app launcher dashboard" \
--label "org.opencontainers.image.version=${VERSION}" \
-t "${IMAGE}:${VERSION}" \ -t "${IMAGE}:${VERSION}" \
-t "${IMAGE}:latest" \ -t "${IMAGE}:latest" \
. .