Skip to content

Commit

Permalink
Update ecr-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slawler authored Oct 24, 2024
1 parent 1ebb2a3 commit 64b2f29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ecr-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ jobs:
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2
with:
registries: ${{ secrets.AWS_ACCOUNT_NUMBER }}
registries: "public.ecr.aws"


- name: Build, tag, and push API docker image to Amazon ECR
id: build-publish
shell: bash
env:
ECR_REGISTRY: "dewberry"
ECR_REGISTRY: "public.ecr.aws/dewberry"
ECR_REPOSITORY: ${{ secrets.ECR_REPO_NAME }}
IMAGE_TAG: ${{ github.sha }}
run: |
Expand Down

0 comments on commit 64b2f29

Please sign in to comment.