Skip to content

Commit

Permalink
ci: set current version to 5.7.2 (#5031)
Browse files Browse the repository at this point in the history
- Set the current version to 5.7.2 in release-please manifest
- Enable cache load in cd workflow
  • Loading branch information
ferrarimarco committed Dec 20, 2023
1 parent 9c70468 commit 238caec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.0.0"
".": "5.7.2"
}
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 238caec

Please sign in to comment.