Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun committed Mar 26, 2024
1 parent ec8cbe6 commit a79395c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
shell: bash
run: |
aws ecr-public get-login-password --region ${{ env.ECR_REGION }} | helm registry login --username AWS --password-stdin ${{ env.ECR_REPO }}
helm template accuknox-*
helm package accuknox-*
helm push accuknox-* oci://${{ env.ECR_REPO }}
helm push accuknox-* 'oci://${{ env.ECR_REPO }}'

0 comments on commit a79395c

Please sign in to comment.