Skip to content

Commit

Permalink
CI: QUIC Interop: clean old docker images
Browse files Browse the repository at this point in the history
currently temporary docker images are kept forever. let's delete
outdated ones
  • Loading branch information
chipitsine authored and wtarreau committed Feb 21, 2025
1 parent 97a1951 commit 0bdf414
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/quic-interop-aws-lc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/quic-interop-libressl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0bdf414

Please sign in to comment.