From df4b4f506fe9d5501a1a8a5dab59c8a1fd383fb8 Mon Sep 17 00:00:00 2001 From: Andres Becerra Date: Thu, 15 Feb 2024 16:48:57 +0000 Subject: [PATCH] SCRUM-3698: remove defaults --- .github/workflows/alpha-build-and-deploy.yml | 2 -- .github/workflows/github-release-build-and-deploy.yml | 2 -- 2 files changed, 4 deletions(-) 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 }}