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 4ba8cb4 commit 5f5d6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecr-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2
with:
registries: "public.ecr.aws/dewberry"
registries: ${{ secrets.AWS_ACCOUNT_NUMBER }}

- name: Build, tag, and push API docker image to Amazon ECR
id: build-publish
Expand Down

0 comments on commit 5f5d6d0

Please sign in to comment.