Skip to content

Commit 6f90a75

Browse files
committed
fixaws
1 parent b8b1984 commit 6f90a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aws_conformance_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
5252
ECR_REPOSITORY: ${{ env.ECR_REPOSITORY_CONFORMANCE }}
5353
run: |
54-
docker build -f ./cmd/aws/Dockerfile . -t sctfe-aws:latest
54+
docker build -f ./cmd/aws/Dockerfile . -t tesseract-aws:latest
5555
docker build -f ./cmd/aws/ci/Dockerfile . -t "$ECR_REGISTRY/$ECR_REPOSITORY"
5656
docker push "$ECR_REGISTRY/$ECR_REPOSITORY"
5757
echo "Pushed image to $ECR_REGISTRY/$ECR_REPOSITORY"

0 commit comments

Comments
 (0)