deletion of untagged containers happen after build-and-push

This commit is contained in:
Benson Wong
2025-02-18 10:11:59 -08:00
parent 7e3353efeb
commit 41a338297c

View File

@@ -33,6 +33,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./docker/build-container.sh ${{ matrix.platform }} true
delete-untagged-containers:
needs: build-and-push
runs-on: ubuntu-latest
steps:
- uses: actions/delete-package-versions@v5
with:
package-name: 'llama-swap'