From 41a338297c8be6afc7a24052c20d3971481aecec Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Tue, 18 Feb 2025 10:11:59 -0800 Subject: [PATCH] deletion of untagged containers happen after build-and-push --- .github/workflows/containers.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index f0c202b..fb86631 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -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'