diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9dc2025..c9ec344 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,11 +29,9 @@ jobs: docker push docker.pkg.github.com/wahyd4/scraper/app:v0.1.$GITHUB_RUN_NUMBER - name: update manifest - uses: wahyd4/kubectl-helm-action@master - with: - args: | - IMAGE_VERSION=v0.1.$GITHUB_RUN_NUMBER - cat manifest-template.yaml | sed "s/{{IMAGE_VERSION}}/${IMAGE_VERSION}/g" > manifest.yaml + run: | + IMAGE_VERSION=v0.1.$GITHUB_RUN_NUMBER + cat manifest-template.yaml | sed "s/{{IMAGE_VERSION}}/${IMAGE_VERSION}/g" > manifest.yaml - name: Commit changes uses: EndBug/add-and-commit@v7