Skip to content

Commit d7d5f32

Browse files
chore: update ECR repository path in GitHub Actions workflow
1 parent 5043e1b commit d7d5f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push-to-ecr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: docker/build-push-action@v5
3333
env:
3434
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
35-
ECR_REPOSITORY: fellou-eko-docs
35+
ECR_REPOSITORY: fellou/fellou-eko-docs
3636
IMAGE_TAG: ${{ github.sha }}
3737
with:
3838
context: .

0 commit comments

Comments
 (0)