Skip to content

Commit

Permalink
Update build.yml public image
Browse files Browse the repository at this point in the history
  • Loading branch information
imrkgofficial authored Nov 27, 2024
1 parent dc15619 commit dada730
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
- name: Code Checkout
uses: actions/checkout@v4

- name: Login to AWS Public ECR
- name: Amazon ECR Login Action
uses: aws-actions/amazon-ecr-login@v2
with:
registry-type: public
aws-region: ${{ secrets.PUBLIC_REGION }}

- name: Build and Push Image to Public ECR
run: |
Expand Down

0 comments on commit dada730

Please sign in to comment.