From b2a6a4f025cfa052519122078a60490f880c2c0f Mon Sep 17 00:00:00 2001 From: accetto <34798830+accetto@users.noreply.github.com> Date: Sat, 23 Sep 2023 10:21:34 +0200 Subject: [PATCH] Release 23.09 --- CHANGELOG.md | 4 ++++ docker/hooks/env.rc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a48aa..755710e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ *** +### Release 23.09 + +This is a maintenance release fixing the `nodejs-current` publishing problem. + ### Release 23.08.1 (Milestone) This release brings new images based on the current **Debian 12**. diff --git a/docker/hooks/env.rc b/docker/hooks/env.rc index 186409d..66249fd 100644 --- a/docker/hooks/env.rc +++ b/docker/hooks/env.rc @@ -272,7 +272,7 @@ case "${_branch}" in if [[ "${_blend}" =~ -current ]] ; then - _deploytag="current-${_deploytag}" + _deploytag="${_deploytag}-current" fi ### replace 'latest' by 'nodejs'