fix(release): add docker-compose.rootless.yml to released assets (#26261)

* fix(release): add docker-compose files to released assets

Since there is a warning:
"Make sure to use the docker-compose.yml of the current release"

This should apply to other docker-compose files, so it would make sense to release them.

It also makes it slightly easier to get the asset for rootless (e.g., PR 2750).

* release docker-compose.rootless.yml
This commit is contained in:
Damien Nozay
2026-02-17 12:55:34 +01:00
committed by GitHub
parent 455afbb119
commit 06d487782e

View File

@@ -88,6 +88,7 @@ jobs:
draft: true draft: true
files: | files: |
docker/docker-compose.yml docker/docker-compose.yml
docker/docker-compose.rootless.yml
docker/example.env docker/example.env
docker/hwaccel.ml.yml docker/hwaccel.ml.yml
docker/hwaccel.transcoding.yml docker/hwaccel.transcoding.yml