Skip to content

Commit c83982e

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent 0e6c22c commit c83982e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/container-registry-ghcr.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,3 @@ jobs:
5454
platforms: linux/amd64,linux/arm64
5555
push: true
5656
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

Comments
 (0)