Skip to content

Commit 755d9b5

Browse files
committed
Fix cleanup, package name
1 parent 0d25bcf commit 755d9b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cleanup-ghcr.yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Delete untagged GHCR images
1919
uses: actions/delete-package-versions@v5
2020
with:
21-
package-name: 'openstack-hypervisor-operator'
21+
package-name: 'kvm-node-agent'
2222
package-type: 'container'
2323
min-versions-to-keep: 1
2424
delete-only-untagged-versions: 'true'

.github/workflows/publish-helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
run: |
4646
CHART_NAME=kvm-node-agent
4747
CHART_VERSION=$(grep "version:" ./charts/${CHART_NAME}/Chart.yaml | awk '{print $2}')
48-
helm push "${CHART_NAME}-${CHART_VERSION}.tgz" "oci://ghcr.io/${{ github.repository_owner }}/${CHART_NAME}/charts"
48+
helm push "${CHART_NAME}-${CHART_VERSION}.tgz" "oci://ghcr.io/${{ github.repository_owner }}/charts"

0 commit comments

Comments
 (0)