Skip to content

Commit

Permalink
working action
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshsonawane1372 committed Oct 15, 2024
1 parent 868d08a commit 2821e37
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-push-ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Build Web image
# if: github.event_name == 'pull_request'
run: |
env && cat ~/.aws/credentials
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.0.0

- name: Setup AWS Creds
uses: aws-actions/configure-aws-credentials@v4.0.2
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 2821e37

Please sign in to comment.