We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b1984 commit 6f90a75Copy full SHA for 6f90a75
.github/workflows/aws_conformance_ci.yml
@@ -51,7 +51,7 @@ jobs:
51
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
52
ECR_REPOSITORY: ${{ env.ECR_REPOSITORY_CONFORMANCE }}
53
run: |
54
- docker build -f ./cmd/aws/Dockerfile . -t sctfe-aws:latest
+ docker build -f ./cmd/aws/Dockerfile . -t tesseract-aws:latest
55
docker build -f ./cmd/aws/ci/Dockerfile . -t "$ECR_REGISTRY/$ECR_REPOSITORY"
56
docker push "$ECR_REGISTRY/$ECR_REPOSITORY"
57
echo "Pushed image to $ECR_REGISTRY/$ECR_REPOSITORY"
0 commit comments