mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 00:04:16 -03:00
try limiting push to tgz
This commit is contained in:
2
.github/workflows/common.release.yaml
vendored
2
.github/workflows/common.release.yaml
vendored
@@ -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
|
||||
|
||||
@@ -15,4 +15,4 @@ maintainers:
|
||||
name: common
|
||||
sources: null
|
||||
type: library
|
||||
version: 17.2.14
|
||||
version: 17.2.15
|
||||
|
||||
Reference in New Issue
Block a user