Skip to content

Commit

Permalink
remove username
Browse files Browse the repository at this point in the history
  • Loading branch information
jgz committed Sep 30, 2021
1 parent 811f785 commit 1a9a156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ecr-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Package Chart
env:
VERSION: ${{ steps.meta.outputs.version }}
REPO: ${{ steps.dotenv.outputs.repo }}
REPO: ""
REGISTRY: ${{ secrets.ECR_REGISTRY }}/
NAME: ${{ steps.dotenv.outputs.project_name }}
HOST: ${{ steps.dotenv.outputs.project_host }}
Expand All @@ -118,7 +118,7 @@ jobs:
- name: Publish Chart to ECR and S3
env:
VERSION: ${{ steps.meta.outputs.version }}
REPO: ${{ steps.dotenv.outputs.repo }}
REPO: ""
REGISTRY: ${{ secrets.ECR_REGISTRY }}/
NAME: ${{ steps.dotenv.outputs.project_name }}
HOST: ${{ steps.dotenv.outputs.project_host }}
Expand Down

0 comments on commit 1a9a156

Please sign in to comment.