From 9b1330a021f7e8ec18f8a3134f0a89fa47fb49cc Mon Sep 17 00:00:00 2001 From: William Desportes Date: Wed, 14 Feb 2024 14:11:03 +0100 Subject: [PATCH] Fixup --- .github/workflows/dev-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-publish.yml b/.github/workflows/dev-publish.yml index f768e4c..473625e 100644 --- a/.github/workflows/dev-publish.yml +++ b/.github/workflows/dev-publish.yml @@ -14,14 +14,14 @@ jobs: permissions: packages: write steps: - - name: Delete image + - name: Delete not tagged refs uses: bots-house/ghcr-delete-image-action@v1.1.0 with: owner: wdes name: mail-autodiscover-autoconfig/mail-autodiscover-autoconfig token: ${{ secrets.GITHUB_TOKEN }} # Keep latest N untagged images - untagged-keep-latest: 0 + untagged-keep-latest: 1 build-binaries: name: Build multi arch binaries (${{ matrix.arch }}-${{ matrix.variant }}) for ${{ matrix.os }}