Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Jul 16, 2024
1 parent e602a40 commit 507669d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:

jobs:
helm-push:
helm-push-to-OCI:
if: github.repository_owner == 'cryostatio'
permissions:
packages: write
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
echo "tag=v$(yq .version charts/cryostat/Chart.yaml)" >> $GITHUB_OUTPUT
- name: Push Charts to GHCR
run: |
for pkg in .cr-release-packages/*; do
for pkg in .cr-release-packages/*.tgz; do
if [ -z "${pkg:-}" ]; then
break
fi
Expand Down

0 comments on commit 507669d

Please sign in to comment.