1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2026-04-25 18:07:36 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
93f1162632 fix: version-aware nginx binary caching and prebuilt downloads
Cached nginx binaries were reused regardless of NGINX_VERSION changes,
and prebuilt releases always fetched the latest asset regardless of the
configured version. Add a .nginx-version marker file to the cache and
version the release asset filename so mismatched versions trigger a
rebuild.
2026-04-23 03:36:20 -04:00
cad1e54b14 refactor: merge release workflow into ci workflow
The build job now handles both CI verification and release asset uploads,
eliminating duplicated compilation logic between the two workflows.
2026-04-23 01:37:40 -04:00
df8cba3582 fix: use correct path for nginx binary in CI verify step 2026-04-23 01:33:27 -04:00
aaf995fd4e feat: add CI workflow to lint and compile nginx on PRs 2026-04-23 01:22:23 -04:00