Skip to content

Commit

Permalink
Merge pull request #65 from merogersdev/feat/59-add-cicd-pipeline
Browse files Browse the repository at this point in the history
chore: update aws actions
  • Loading branch information
merogersdev authored Feb 11, 2024
2 parents 25b3902 + 5d833bd commit a836207
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ jobs:
steps:
# Checkout Repo
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
# Configure AWS Creds
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ env.AWS_REGION }}
# Login to AWS ECR
- name: Login to AWS ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2
# Build, Tag, Push to AWS ECR
- name: Build, Tag, Push to AWS ECR
id: build-image
Expand Down

0 comments on commit a836207

Please sign in to comment.