Skip to content

Commit

Permalink
Merge pull request #27 from dyllamt/feature/pkage-action
Browse files Browse the repository at this point in the history
update pkg script
  • Loading branch information
dyllamt committed Feb 24, 2024
2 parents 01dcd21 + 6d05ad5 commit af21e3a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ jobs:
# Package and push
CHART_REF="ghcr.io/dyllamt/charts/$CHART_NAME:$VERSION"
helm package $CHART_PATH --version $VERSION --app-version $VERSION
helm chart save $CHART_NAME-$VERSION.tgz $CHART_REF
helm chart push $CHART_REF
helm push $CHART_NAME-$VERSION.tgz $CHART_REF
- name: Package and Push coinbase-producer Chart as OCI Artifact
run: |
Expand All @@ -126,7 +125,7 @@ jobs:
# Package and push
CHART_REF="ghcr.io/dyllamt/charts/$CHART_NAME:$VERSION"
helm package $CHART_PATH --version $VERSION --app-version $VERSION
helm chart push $CHART_NAME-$VERSION.tgz $CHART_REF
helm push $CHART_NAME-$VERSION.tgz $CHART_REF
helm-docs:
needs: [get-version, new-version-check]
Expand Down

0 comments on commit af21e3a

Please sign in to comment.