The root of the master branch doesn’t have the updated docker-compose.yml for 2024.4.2 yet. Branch version-2024.4 does, but I was wondering if there’s a different branch I could track to basically always get the latest docker-compose.yml upon release.
I worry that if I track the file on the 2024.4 branch I’ll need to change it as soon as there’s a major update in 2024, right?
The reason I ask, is because I’m using this GitHub repo and a GitHub Actions workflow to manage my deployment, automatically creating a PR with the latest docker-compose.yml whenever there’s an update posted.
If I just pull https://goauthentik.io/docker-compose.yml the Netlify cache gets in the way of new releases, and if instead I track https://raw.githubusercontent.com/goauthentik/authentik/master/docker-compose.yml it hasn’t received the 2024.4.2 update yet.