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 0e6c22c commit c83982eCopy full SHA for c83982e
.github/workflows/container-registry-ghcr.yaml
@@ -54,15 +54,3 @@ 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
- steps:
62
- - name: Delete untagged GHCR images
63
- uses: actions/delete-package-versions@v5
64
- with:
65
- package-name: 'openstack-hypervisor-operator'
66
- package-type: 'container'
67
- min-versions-to-keep: 1
68
- delete-only-untagged-versions: 'true'
0 commit comments