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:
Mathijs van Veluw
2024-02-03 16:41:25 +01:00
committed by GitHub
parent 569add453d
commit 897bdf8343
2 changed files with 8 additions and 17 deletions

View File

@@ -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'