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 .