From 6f90a75b42c8eba6fb1f64e0ac001c1c480e5264 Mon Sep 17 00:00:00 2001 From: Philippe Boneff Date: Wed, 16 Apr 2025 11:50:28 +0000 Subject: [PATCH] fixaws --- .github/workflows/aws_conformance_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws_conformance_ci.yml b/.github/workflows/aws_conformance_ci.yml index 0b28a667..635ef1b7 100644 --- a/.github/workflows/aws_conformance_ci.yml +++ b/.github/workflows/aws_conformance_ci.yml @@ -51,7 +51,7 @@ jobs: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} ECR_REPOSITORY: ${{ env.ECR_REPOSITORY_CONFORMANCE }} run: | - docker build -f ./cmd/aws/Dockerfile . -t sctfe-aws:latest + docker build -f ./cmd/aws/Dockerfile . -t tesseract-aws:latest docker build -f ./cmd/aws/ci/Dockerfile . -t "$ECR_REGISTRY/$ECR_REPOSITORY" docker push "$ECR_REGISTRY/$ECR_REPOSITORY" echo "Pushed image to $ECR_REGISTRY/$ECR_REPOSITORY"