The GitHub Actions deploy workflow tries to log in to the Docker registry (Quay) even when nothing will be pushed to the registry, i.e. when checking a pull request. This breaks Dependabot PR builds (e.g. #279, #282, #292) because those do not have access to secrets.
The GitHub Actions deploy workflow tries to log in to the Docker registry (Quay) even when nothing will be pushed to the registry, i.e. when checking a pull request. This breaks Dependabot PR builds (e.g. #279, #282, #292) because those do not have access to secrets.
https://github.com/WISVCH/dienst2/blob/76b163a208c327f6446181995e911cc052501394/.github/workflows/deploy.yml#L57-L62