Skip to content

Commit

Permalink
Masks Docker Pass by Default (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra authored Aug 18, 2023
1 parent 260e9b8 commit 395ee22
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chainlink-testing-framework/build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ runs:
if: steps.push.outputs.push == 'true'
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
with:
mask-password: "true"
- name: Set up Docker Buildx
if: steps.push.outputs.push == 'true'
uses: docker/setup-buildx-action@v2
Expand Down
2 changes: 2 additions & 0 deletions docker/build-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ runs:
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
with:
mask-password: "true"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and Push
Expand Down
2 changes: 2 additions & 0 deletions docker/image-exists/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ runs:
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
with:
mask-password: "true"
- name: Check if image tag exists
id: check
shell: bash
Expand Down

0 comments on commit 395ee22

Please sign in to comment.