mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-23 01:44:54 +02:00
In no particular order: * Generalize references to Krill where they are not Krill specific. * Make argument order consistent with Routinator. * Various comment tidying and harmless changes for consistency with (e.g. argument order) the Routinator pkg workflow. * Trigger the pkg workflow for all v* tags as this is simpler than matching specific version patterns and is consistent with the Routinator pkg workflow. * Don't use ubuntu-latest as we unexpected changes may be introduced when latest moves up to the next Ubuntu release. * Use the same latest DEB/RPM tool versions and features as the Routinator pkg workflow. * Parameterize the Docker repo to push to. Don't assume it matches the GH repo name. * Docker repo name must be lowercase. * Ensure executables copied into the Docker image have the executable permission. * Let the compiler choose the right target in the Dockerfile. * Work around GitHub misapplication of secret protection to the dockerbasetag workflow job output. * Upgrade to actions/cache@3