Skip to content

Commit c6c6486

Browse files
committed
Trigger CI before build-publish-docker-helm.yml
1 parent 284aeae commit c6c6486

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build-publish-docker-helm.yaml renamed to .github/workflows/build-publish-docker-helm.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ permissions:
1414
packages: write
1515

1616
jobs:
17+
ci:
18+
name: CI
19+
uses: ./.github/workflows/ci.yml
20+
1721
build:
22+
name: Publish Helm
23+
needs: ci
1824
runs-on: ubuntu-latest
1925

2026
steps:
@@ -55,4 +61,4 @@ jobs:
5561
5662
- name: Push Helm Chart
5763
run: |
58-
helm push .helm-charts/ifrcgo-helm-${{ steps.get_version.outputs.VERSION }}.tgz oci://ghcr.io/ifrcgo/go-api
64+
helm push .helm-charts/ifrcgo-helm-${{ steps.get_version.outputs.VERSION }}.tgz oci://ghcr.io/ifrcgo/go-api

0 commit comments

Comments
 (0)