diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7204906..5823d2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: env: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} ECR_REPOSITORY: rollup-explorer-backend - IMAGE_TAG: ${{ steps.meta.outputs.tags }} + IMAGE_TAG: ${{github.ref_name}} run: | # Build a docker container and push it to ECR # docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .