add action step to remove untagged containers
This commit is contained in:
6
.github/workflows/containers.yml
vendored
6
.github/workflows/containers.yml
vendored
@@ -32,3 +32,9 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: ./docker/build-container.sh ${{ matrix.platform }} true
|
||||
|
||||
- uses: actions/delete-package-versions@v5
|
||||
with:
|
||||
package-name: 'llama-swap'
|
||||
package-type: 'container'
|
||||
delete-only-untagged-versions: 'true'
|
||||
Reference in New Issue
Block a user