From 83c4d389831e63a94a59c8428ccd1ebc683626b2 Mon Sep 17 00:00:00 2001 From: Adam Scarberry <46494851+adamscarberry@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:13:36 -0500 Subject: [PATCH] try again --- .github/workflows/cwbi-dev-build-push.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cwbi-dev-build-push.yml b/.github/workflows/cwbi-dev-build-push.yml index 47b2a45..06264cf 100644 --- a/.github/workflows/cwbi-dev-build-push.yml +++ b/.github/workflows/cwbi-dev-build-push.yml @@ -25,6 +25,7 @@ jobs: steps: - name: Git clone the repository uses: actions/checkout@v3 + - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4 with: @@ -35,11 +36,11 @@ jobs: - name: Sts GetCallerIdentity run: | aws sts get-caller-identity - - name: Login to Amazon ECR - id: login-ecr - uses: aws-actions/amazon-ecr-login@v2 - with: - mask-password: 'true' + # - name: Login to Amazon ECR + # id: login-ecr + # uses: aws-actions/amazon-ecr-login@v2 + # with: + # mask-password: 'true' - name: Build Image; Push to S3 env: S3_BUCKET: cumulus-dev