This fixes a bug where another app with the same name was matched by the cron. For example, if the pretix stack is called tickets_domain_de and there is another app with a name like traefik-tickets_domain_de the regex would match both and try to execute with the latter container (failing).
This fixes a bug where another app with the same name was matched by the cron. For example, if the pretix stack is called `tickets_domain_de` and there is another app with a name like `traefik-tickets_domain_de` the regex would match both and try to execute with the latter container (failing).
On second thought (but I would need to check this): maybe we could do this without the docker ps and pass the docker app name directly to docker exec?
On second thought (but I would need to check this): maybe we could do this without the `docker ps` and pass the docker app name directly to `docker exec`?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This fixes a bug where another app with the same name was matched by the cron. For example, if the pretix stack is called
tickets_domain_deand there is another app with a name liketraefik-tickets_domain_dethe regex would match both and try to execute with the latter container (failing).oh, nasty issues! tysm for the find!
On second thought (but I would need to check this): maybe we could do this without the
docker psand pass the docker app name directly todocker exec?