Skip to content

Commit

Permalink
Mask Docker password
Browse files Browse the repository at this point in the history
  • Loading branch information
nikki-t committed Aug 16, 2023
1 parent ff1926a commit c390179
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:
- name: Login to AWS ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
with:
mask-password: 'true'
- name: Define ECR registry, repository, and image tag names
run : |
echo "REGISTRY=${{ steps.login-ecr.outputs.registry }}" >> $GITHUB_ENV
Expand Down

0 comments on commit c390179

Please sign in to comment.