diff --git a/.github/workflows/publish-docker-image-on-release.yml b/.github/workflows/publish-docker-image-on-release.yml index da45d61b8ca5..789ae8ff377c 100644 --- a/.github/workflows/publish-docker-image-on-release.yml +++ b/.github/workflows/publish-docker-image-on-release.yml @@ -97,7 +97,7 @@ jobs: with: context: ./docker/dotcms push: true - tags: ${{ steps.discover-docker-tags.outputs.discovered_tags }}_SNAPSHOT + tags: ${{ steps.discover-docker-tags.outputs.discovered_tags }}_SNAPSHOT,dotcms/dotcms:23.10.24_lts_SNAPSHOT platforms: linux/amd64,linux/arm64 build-args: | BUILD_FROM=COMMIT diff --git a/dotCMS/hotfix_tracking.md b/dotCMS/hotfix_tracking.md index 3245269974d0..827696f54d03 100644 --- a/dotCMS/hotfix_tracking.md +++ b/dotCMS/hotfix_tracking.md @@ -142,4 +142,5 @@ This maintenance release includes the following code fixes: 135. https://github.com/dotCMS/core/issues/28838 : Category Child Permissions Not Loading #28838 136. https://github.com/dotCMS/core/issues/29079 : fileAsset Required Error while importing FileAsset through CSV #29079 137. https://github.com/dotCMS/core/issues/29209 : Wrong url when exporting file asset #29209 -138. https://github.com/dotCMS/core/issues/29222 : Telemetry: not getting data after last release of the plugin #29222 \ No newline at end of file +138. https://github.com/dotCMS/core/issues/29222 : Telemetry: not getting data after last release of the plugin #29222 +139. https://github.com/dotCMS/core/issues/29254 : Add a new main tag for LTSs #29254 \ No newline at end of file