Skip to content

Commit

Permalink
Merge pull request #10 from kkirara/final4
Browse files Browse the repository at this point in the history
try
  • Loading branch information
brainfair authored Oct 16, 2022
2 parents 26c5a46 + 67df4d2 commit d92fa81
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,17 @@ jobs:

release:
needs: docker
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@master
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Update Helm Chart Values
uses: Nextdoor/helm-set-image-tag-action@main
with:
tag_value: ${{github.ref_name}}
tag_value: ${{ github.ref }}
values_files: charts/kubelinks/values.yaml
commit_branch: master

Expand Down

0 comments on commit d92fa81

Please sign in to comment.