From 7bff53851f2ebf629b8796dd919028d47ff99828 Mon Sep 17 00:00:00 2001 From: filippo Date: Wed, 5 Feb 2025 20:59:53 +0100 Subject: [PATCH] No helm in GH actions --- .github/workflows/docker-image.yml | 32 +++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 5c9ac63..4ffc6b5 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -96,19 +96,19 @@ jobs: php artisan generate:jwt-keypair vendor/phpunit/phpunit/phpunit tests/ --colors=never --configuration phpunit_gitlab.xml - helm-build: - runs-on: ubuntu-latest - needs: [npm_test_build, php_test_build] - permissions: - contents: write - - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.7.0 - env: - CR_TOKEN: "${{ secrets.GH_TOKEN }}" + # helm-build: + # runs-on: ubuntu-latest + # needs: [npm_test_build, php_test_build] + # permissions: + # contents: write + + # steps: + # - name: Checkout + # uses: actions/checkout@v4 + # with: + # fetch-depth: 0 + + # - name: Run chart-releaser + # uses: helm/chart-releaser-action@v1.7.0 + # env: + # CR_TOKEN: "${{ secrets.GH_TOKEN }}"