Skip to content

Commit

Permalink
No helm in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
biscofil committed Feb 5, 2025
1 parent 32161cd commit 7bff538
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 7bff538

Please sign in to comment.