Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
louisnow committed Jul 16, 2024
1 parent 5e4b6ee commit 84cea4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ jobs:
if [ -z "${pkg:-}" ]; then
break
fi
echo "pushing ${{ github.repository }}/${pkg}"
helm push "${pkg}" oci://public.ecr.aws/${REGISTRY_ALIAS}/${{ github.repository }}
echo "pushing ${{ github.repository }} and pkg ${pkg}"
helm push "${pkg}" oci://public.ecr.aws/${REGISTRY_ALIAS}
done

0 comments on commit 84cea4c

Please sign in to comment.