From 110e8a4a858289a97dc69bcb4c9af86efcb88671 Mon Sep 17 00:00:00 2001 From: Shane Smith Date: Mon, 12 Feb 2024 08:49:36 -0600 Subject: [PATCH] fix: moving login to ecr --- .github/workflows/release-deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-deploy.yml b/.github/workflows/release-deploy.yml index 82cd84afcc..cfd5e43c3b 100644 --- a/.github/workflows/release-deploy.yml +++ b/.github/workflows/release-deploy.yml @@ -56,14 +56,14 @@ jobs: role-duration-seconds: 1200 role-session-name: SageECRPushSession - - name: Login to Amazon ECR - id: login-ecr - uses: aws-actions/amazon-ecr-login@v1 - build_and_push: needs: [setup] runs-on: ubuntu-latest steps: + - name: Login to Amazon ECR + id: login-ecr + uses: aws-actions/amazon-ecr-login@v1 + - name: Determine git sha to checkout uses: haya14busa/action-cond@v1 id: gitsha