Skip to content

Commit

Permalink
#29254 include in 23.10.24 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Aug 16, 2024
1 parent 538db08 commit 594a0c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion dotCMS/hotfix_tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit 594a0c1

Please sign in to comment.