File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
docs/content/1.getting-started
install/kubernetes/github-actions-cache-server Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 5555
5656 npx bumpp ${{ env[inputs.version] }} -y -r --commit "chore(release): v%s" --no-push
5757
58- export VERSION=$(git describe --tags --abbrev=0 | sed 's/^v//')
58+ export VERSION=$(git describe --tags --abbrev=0 | sed 's/^v//')
5959 sed -E "s/^appVersion:.+$/appVersion: '$VERSION'/" -i install/kubernetes/github-actions-cache-server/Chart.yaml
6060 git stage install/kubernetes/github-actions-cache-server/Chart.yaml
6161 git commit -n --no-edit --amend
@@ -113,6 +113,7 @@ jobs:
113113 type=semver,pattern={{major}}.{{minor}},value=${{ needs.release.outputs.RELEASE_TAG }}
114114 type=semver,pattern={{major}},value=${{ needs.release.outputs.RELEASE_TAG }}
115115 latest
116+ dev
116117
117118 - name : Login to GitHub Container Registry
118119 uses : docker/login-action@v3
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ variant: subtle
5858---
5959: :
6060
61- # ### `CLEANUP_OLDER_THAN_DAYS `
61+ # ### `CACHE_CLEANUP_OLDER_THAN_DAYS `
6262
6363- Default : ` 90`
6464
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ version: 0.3.0
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : ' 7.0.0 '
24+ appVersion : ' 7.0.1 '
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ export async function initializeStorage() {
271271 . catch ( ( ) => {
272272 // noop
273273 } )
274- await db . deleteFrom ( 'uploads' ) . where ( 'id' , '=' , upload . id )
274+ await db . deleteFrom ( 'uploads' ) . where ( 'id' , '=' , upload . id ) . execute ( )
275275 }
276276 } ,
277277 }
Original file line number Diff line number Diff line change 11{
22 "name" : " github-actions-cache-server" ,
33 "type" : " module" ,
4- "version" : " 7.0.0 " ,
4+ "version" : " 7.0.1 " ,
55 "private" : true ,
66 "engines" : {
77 "node" : " 22" ,
You can’t perform that action at this time.
0 commit comments