From d86ebac35a07bedaccc41c5f2c78233590c98c1f Mon Sep 17 00:00:00 2001 From: work Date: Wed, 12 Feb 2025 18:59:42 +0100 Subject: [PATCH] adding workflow for mr ref2 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e069578ae..39454eb0b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: - name: Build, tag, and push docker image to Amazon ECR env: REGISTRY: ${{ steps.login-ecr.outputs.registry }} - REPOSITORY: my-ecr-repo + REPOSITORY: kpiasecki-spring-pet-clinic IMAGE_TAG: ${{ github.sha }} run: | docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG .