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 a79395c commit 5f419a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
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 5f419a0

Please sign in to comment.