mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -05:00
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:
parent
9c7046864f
commit
238caec66e
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
".": "6.0.0"
|
".": "5.7.2"
|
||||||
}
|
}
|
||||||
|
|
1
.github/workflows/cd.yml
vendored
1
.github/workflows/cd.yml
vendored
|
@ -82,6 +82,7 @@ jobs:
|
||||||
BUILD_DATE=${{ env.BUILD_DATE }}
|
BUILD_DATE=${{ env.BUILD_DATE }}
|
||||||
BUILD_REVISION=${{ env.BUILD_REVISION }}
|
BUILD_REVISION=${{ env.BUILD_REVISION }}
|
||||||
BUILD_VERSION=${{ env.BUILD_VERSION }}
|
BUILD_VERSION=${{ env.BUILD_VERSION }}
|
||||||
|
cache-from: type=registry,ref=${{ env.CONTAINER_IMAGE_ID }}
|
||||||
load: true
|
load: true
|
||||||
push: false
|
push: false
|
||||||
secrets: |
|
secrets: |
|
||||||
|
|
Loading…
Reference in a new issue