fix daily-docker.yml

This commit is contained in:
2026-04-19 22:12:55 +02:00
parent 658f04f820
commit 0b193af0af

View File

@@ -78,7 +78,7 @@ jobs:
TAG_VERSION="${IMAGE_BASE}:${{ steps.check.outputs.upstream_tag }}"
echo "🔨 Baue Docker Image..."
docker build \
DOCKER_BUILDKIT=0 docker build \
--label "org.opencontainers.image.title=VDO.Ninja" \
--label "org.opencontainers.image.description=Self-hosted VDO.Ninja - Free browser-based peer-to-peer video streaming" \
--label "org.opencontainers.image.version=${{ steps.check.outputs.upstream_tag }}" \