Skip to content

Commit

Permalink
Fix helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
l0kix2 committed Jun 11, 2024
1 parent 4300f23 commit e6674d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
- name: Build and push helm chart image
uses: appany/[email protected]
with:
name: ytsaurus-identity-sync
name: ytsaurus-identity-sync-chart
repository: ${{ github.repository }}
tag: ${{ steps.meta.outputs.tags }}
tag: 0.0.0+${{ steps.meta.outputs.version }}
path: deploy/chart/ytsaurus-identity-sync
registry: ${{ env.REGISTRY }}
registry_username: ${{ github.actor }}
Expand Down

0 comments on commit e6674d0

Please sign in to comment.