ci: set current version to 5.7.2 (#5031)

- Set the current version to 5.7.2 in release-please manifest
- Enable cache load in cd workflow
This commit is contained in:
Marco Ferrari 2023-12-20 16:33:53 +01:00 committed by GitHub
parent 9c7046864f
commit 238caec66e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,3 @@
{
".": "6.0.0"
".": "5.7.2"
}

View file

@ -82,6 +82,7 @@ jobs:
BUILD_DATE=${{ env.BUILD_DATE }}
BUILD_REVISION=${{ env.BUILD_REVISION }}
BUILD_VERSION=${{ env.BUILD_VERSION }}
cache-from: type=registry,ref=${{ env.CONTAINER_IMAGE_ID }}
load: true
push: false
secrets: |