Skip to content

Commit 7bff538

Browse files
committed
No helm in GH actions
1 parent 32161cd commit 7bff538

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/docker-image.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -96,19 +96,19 @@ jobs:
9696
php artisan generate:jwt-keypair
9797
vendor/phpunit/phpunit/phpunit tests/ --colors=never --configuration phpunit_gitlab.xml
9898
99-
helm-build:
100-
runs-on: ubuntu-latest
101-
needs: [npm_test_build, php_test_build]
102-
permissions:
103-
contents: write
104-
105-
steps:
106-
- name: Checkout
107-
uses: actions/checkout@v4
108-
with:
109-
fetch-depth: 0
110-
111-
- name: Run chart-releaser
112-
uses: helm/chart-releaser-action@v1.7.0
113-
env:
114-
CR_TOKEN: "${{ secrets.GH_TOKEN }}"
99+
# helm-build:
100+
# runs-on: ubuntu-latest
101+
# needs: [npm_test_build, php_test_build]
102+
# permissions:
103+
# contents: write
104+
105+
# steps:
106+
# - name: Checkout
107+
# uses: actions/checkout@v4
108+
# with:
109+
# fetch-depth: 0
110+
111+
# - name: Run chart-releaser
112+
# uses: helm/chart-releaser-action@v1.7.0
113+
# env:
114+
# CR_TOKEN: "${{ secrets.GH_TOKEN }}"

0 commit comments

Comments
 (0)