diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fa4429c..972435a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -64,7 +64,7 @@ jobs: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} ECR_REPOSITORY: trader DOCKER_BUILDKIT: 1 - IMAGE_TAG: ${{ github.event.release.name }} + IMAGE_TAG: ${{ github.event.release.tag_name }} run: | docker build --ssh default -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG . docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG