Skip to content

Commit

Permalink
updated HELM_EXPERIMENTAL_OCI=1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgz committed Sep 26, 2021
1 parent bc76c2a commit 4c06b39
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ecr-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,14 @@ jobs:
REGISTRY: ${{ secrets.ECR_REGISTRY }}/
NAME: ${{ steps.dotenv.outputs.project_name }}
HOST: ${{ steps.dotenv.outputs.project_host }}
REGION: us-east-2
run: |
aws ecr get-login-password \
--region $REGION | helm registry login \
--region $AWS_REGION | helm registry login \
--username AWS \
--password-stdin $REGISTRY
chart=charts/$NAME-chart-$VERSION.tgz
export HELM_EXPERIMENTAL_OCI=1
HELM_EXPERIMENTAL_OCI=1
helm push $chart oci://$REGISTRY
Expand Down

0 comments on commit 4c06b39

Please sign in to comment.