Add post-release cleanup
This commit is contained in:
parent
724c44f89e
commit
62d4b982cf
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -58,7 +58,9 @@ jobs:
|
|||
name: Clean
|
||||
needs:
|
||||
- release-container
|
||||
if: always()
|
||||
uses: ./.github/workflows/docker.clean.yml
|
||||
secrets: inherit
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
|
Loading…
Reference in a new issue