mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-15 13:05:58 +03:00
Update GHA Workflows (#4309)
- Update the workflow GH Actions. - Configured the release workflow to always run on main/tag as discussed in #4226 Closes #4226
This commit is contained in:
committed by
GitHub
parent
569add453d
commit
897bdf8343
3
.github/workflows/releasecache-cleanup.yml
vendored
3
.github/workflows/releasecache-cleanup.yml
vendored
@@ -14,10 +14,11 @@ jobs:
|
||||
releasecache-cleanup:
|
||||
name: Releasecache Cleanup
|
||||
runs-on: ubuntu-22.04
|
||||
continue-on-error: true
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- name: Delete vaultwarden-buildcache containers
|
||||
uses: actions/delete-package-versions@0d39a63126868f5eefaa47169615edd3c0f61e20 # v4.1.1
|
||||
uses: actions/delete-package-versions@e5bc658cc4c965c472efe991f8beea3981499c55 # v5.0.0
|
||||
with:
|
||||
package-name: 'vaultwarden-buildcache'
|
||||
package-type: 'container'
|
||||
|
Reference in New Issue
Block a user