Skip to content

Commit 45d35cf

Browse files
committed
ci(pipeline): update helm login condition
- Removes the conditional check for `build_push` environment variable during Helm login step. - Simplifies the CI pipeline configuration by allowing Helm login every time without dependency on the build push status.
1 parent 2eff9fd commit 45d35cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pipeline.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ jobs:
283283
uses: azure/setup-helm@v4
284284

285285
- name: tools - helm - login - ghcr.io
286-
if: ${{ env.build_push == 'true' }}
287286
run: echo "${{ secrets.ES_GITHUB_PAT }}" | helm registry login ghcr.io -u ${{ github.actor }} --password-stdin
288287

289288
- name: tools - oras - install

0 commit comments

Comments
 (0)