try limiting push to tgz

This commit is contained in:
Kjeld Schouten
2024-01-01 16:23:56 +01:00
parent 63134a01ce
commit d6a24cc1f8
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ jobs:
- name: Push Charts to Quay
shell: bash
run: |
for pkg in .cr-release-packages/*; do
for pkg in .cr-release-packages/*.tgz; do
if [ -z "${pkg:-}" ]; then
break
fi

View File

@@ -15,4 +15,4 @@ maintainers:
name: common
sources: null
type: library
version: 17.2.14
version: 17.2.15