diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index 0dfeef1..b305314 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -49,7 +49,7 @@ jobs: - name: Build, tag, and push image to Amazon ECR id: build-image-main - if: github.ref_type == 'branch' && github.ref_name == 'main' + if: github.ref_type == 'branch' env: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} IMAGE_TAG: latest