diff --git a/.github/workflows/alpha-build-and-deploy.yml b/.github/workflows/alpha-build-and-deploy.yml index a63807e..df4dfe7 100644 --- a/.github/workflows/alpha-build-and-deploy.yml +++ b/.github/workflows/alpha-build-and-deploy.yml @@ -31,8 +31,6 @@ jobs: - name: Amazon ECR login id: login-ecr uses: aws-actions/amazon-ecr-login@v2 - with: - mask-password: 'true' - name: Build, tag, and push image to Amazon ECR env: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} diff --git a/.github/workflows/github-release-build-and-deploy.yml b/.github/workflows/github-release-build-and-deploy.yml index b6093ee..2bb22f6 100644 --- a/.github/workflows/github-release-build-and-deploy.yml +++ b/.github/workflows/github-release-build-and-deploy.yml @@ -19,8 +19,6 @@ jobs: - name: Amazon ECR login id: login-ecr uses: aws-actions/amazon-ecr-login@v2 - with: - mask-password: 'true' - name: Build, tag, and push image to Amazon ECR env: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}