Skip to content

Commit

Permalink
Helm per commit release (#25)
Browse files Browse the repository at this point in the history
* Helm per commit release

* Helm per commit release
  • Loading branch information
l0kix2 authored Jun 11, 2024
1 parent 9d34b12 commit 4300f23
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create and publish a Docker image
name: Publish helm and app images per commit to main

# Configures this workflow to run every time a change is pushed to the main branch.
on:
Expand Down Expand Up @@ -60,3 +60,14 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Build and push helm chart image
uses: appany/[email protected]
with:
name: ytsaurus-identity-sync
repository: ${{ github.repository }}
tag: ${{ steps.meta.outputs.tags }}
path: deploy/chart/ytsaurus-identity-sync
registry: ${{ env.REGISTRY }}
registry_username: ${{ github.actor }}
registry_password: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4300f23

Please sign in to comment.