From: Ilia Shipitsin Date: Fri, 14 Feb 2025 20:51:04 +0000 (+0100) Subject: CI: QUIC Interop: clean old docker images X-Git-Tag: v3.2-dev7~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0bdf414fa5bfcf25fd98536d83e40c40bb325eda;p=thirdparty%2Fhaproxy.git CI: QUIC Interop: clean old docker images currently temporary docker images are kept forever. let's delete outdated ones --- diff --git a/.github/workflows/quic-interop-aws-lc.yml b/.github/workflows/quic-interop-aws-lc.yml index f14f496e8a..28fb8fff1e 100644 --- a/.github/workflows/quic-interop-aws-lc.yml +++ b/.github/workflows/quic-interop-aws-lc.yml @@ -38,6 +38,15 @@ jobs: SSLLIB: AWS-LC tags: ghcr.io/${{ github.repository }}:aws-lc + - name: Cleanup registry + uses: actions/delete-package-versions@v5 + with: + owner: ${{ github.repository_owner }} + package-name: 'haproxy' + package-type: container + min-versions-to-keep: 1 + delete-only-untagged-versions: 'true' + run: needs: build strategy: diff --git a/.github/workflows/quic-interop-libressl.yml b/.github/workflows/quic-interop-libressl.yml index 4a7313ec91..166069bca4 100644 --- a/.github/workflows/quic-interop-libressl.yml +++ b/.github/workflows/quic-interop-libressl.yml @@ -38,6 +38,15 @@ jobs: SSLLIB: LibreSSL tags: ghcr.io/${{ github.repository }}:libressl + - name: Cleanup registry + uses: actions/delete-package-versions@v5 + with: + owner: ${{ github.repository_owner }} + package-name: 'haproxy' + package-type: container + min-versions-to-keep: 1 + delete-only-untagged-versions: 'true' + run: needs: build strategy: