bugfix
All checks were successful
Build and Deploy / build (push) Successful in 20s
Build and Deploy / deploy (push) Successful in 19s

This commit is contained in:
Maximilian Baum
2026-04-01 15:28:39 +02:00
parent ad235879e9
commit f56ccc4e0a
3 changed files with 2 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ jobs:
# Login as root/sudo to ensure we can pull
echo "${{ secrets.REGISTRY_PASSWORD }}" | sudo docker login https://gitea.johannesbot.de -u ${{ secrets.REGISTRY_USER }} --password-stdin
sudo docker compose pull
sudo docker compose up -d --remove-orphans
sudo docker compose up -d --remove-orphans --pull always
sudo docker image prune -f