Skip to content

Commit

Permalink
PHRAS-3826 add mask password argument (#4372)
Browse files Browse the repository at this point in the history
* add mask password argument

* test
  • Loading branch information
aynsix authored Sep 12, 2023
1 parent bd282ed commit 42144da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
with:
mask-password: 'true'

- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 42144da

Please sign in to comment.