Skip to content

Commit

Permalink
fix: moving aws configure
Browse files Browse the repository at this point in the history
  • Loading branch information
voodooGQ committed Feb 12, 2024
1 parent acba8b8 commit 2257f24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
echo "postfix=staging" >> $GITHUB_ENV
fi
build_and_push:
needs: [setup]
runs-on: ubuntu-latest
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand All @@ -80,10 +84,6 @@ jobs:
role-duration-seconds: 1200
role-session-name: SageECRPushSession

build_and_push:
needs: [setup]
runs-on: ubuntu-latest
steps:
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2
Expand Down

0 comments on commit 2257f24

Please sign in to comment.