[BUGFIX] Mark env as config file

This commit is contained in:
Philipp Dieter 2023-08-28 11:38:57 +02:00
parent a4d6f3c256
commit c7b5d65ee6

View File

@ -161,6 +161,7 @@ jobs:
-t deb \ -t deb \
-v $VERSION_OUT \ -v $VERSION_OUT \
--config-files opt/pixelfed/docker-compose.config.yml \ --config-files opt/pixelfed/docker-compose.config.yml \
--config-files opt/pixelfed/.env.docker \
--after-upgrade after_upgrade.sh \ --after-upgrade after_upgrade.sh \
--deb-systemd pixelfed.service \ --deb-systemd pixelfed.service \
--deb-systemd-restart-after-upgrade \ --deb-systemd-restart-after-upgrade \