From 365e411bf35c50302963dcfdfda679cb3d98c36e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibaut=20Barr=C3=A8re?= Date: Thu, 10 Nov 2022 12:33:25 +0100 Subject: [PATCH] Add notes to help rebuilding the image for an already created release (#45) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 843b9f2..622300d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,13 @@ You can find the resulting image here: https://github.com/etalab/transport-ops/p > The trigger only executes when a release is created using a tag that contains the workflow. +# How to rebuild the package for an existing release (security patches etc) + +See https://github.com/etalab/transport-ops/issues/45: + +* For future releases (> `elixir-1.14.1-erlang-24.3.4.6-ubuntu-focal-20211006-transport-tools-1.0.5`), it will normally become possible to go to "actions / select job on left / re-run on tag" to rebuild a given image and run tests automatically +* It is also possible to move an existing release to "pre-release" (then cancel the job automatically created) then back again to "release", this will re-trigger the release. + # LEGACY DOCUMENTATION below - kept until the moment we clean it ## Image naming convention