We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa92027 commit e011726Copy full SHA for e011726
.github/workflows/container-registry-ghcr.yaml
@@ -54,3 +54,13 @@ jobs:
54
platforms: linux/amd64,linux/arm64
55
push: true
56
tags: ${{ steps.meta.outputs.tags }}
57
+
58
+ cleanup:
59
+ name: Cleanup old container images in GHCR
60
+ runs-on: ubuntu-latest
61
+ - uses: actions/delete-package-versions@v5
62
+ with:
63
+ package-name: 'openstack-hypervisor-operator'
64
+ package-type: 'container'
65
+ min-versions-to-keep: 1
66
+ delete-only-untagged-versions: 'true'
0 commit comments