Skip to content

Commit

Permalink
add action step to remove untagged containers
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlygeek committed Feb 18, 2025
1 parent 4ed58fb commit 7e3353e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,10 @@ jobs:
- name: Run build-container
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./docker/build-container.sh ${{ matrix.platform }} true
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'

0 comments on commit 7e3353e

Please sign in to comment.