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 98dc092 commit 744856f
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 @@ -38,7 +38,7 @@ jobs:
id: build-publish
shell: bash
env:
ECR_REGISTRY: ${{ secrets.AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com
ECR_REGISTRY: "dewberry"
ECR_REPOSITORY: ${{ secrets.ECR_REPO_NAME }}
IMAGE_TAG: ${{ github.sha }}
run: |
Expand Down

0 comments on commit 744856f

Please sign in to comment.