diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 0aecca3..ccc7e5c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -35,7 +35,7 @@ jobs: env: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} ECR_REPOSITORY: continuum - IMAGE_TAG: latest-tsadar + IMAGE_TAG: tsadar-app-v0.0.1 run: | docker build -f Dockerfile -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .