mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 07:07:04 +02:00
CI: QUIC Interop: clean old docker images
currently temporary docker images are kept forever. let's delete outdated ones
This commit is contained in:
parent
97a19517ff
commit
0bdf414fa5
9
.github/workflows/quic-interop-aws-lc.yml
vendored
9
.github/workflows/quic-interop-aws-lc.yml
vendored
@ -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:
|
||||
|
9
.github/workflows/quic-interop-libressl.yml
vendored
9
.github/workflows/quic-interop-libressl.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user