diff --git a/.github/workflows/build_system_image.yml b/.github/workflows/build_system_image.yml index 6788e29a..dde6d17c 100644 --- a/.github/workflows/build_system_image.yml +++ b/.github/workflows/build_system_image.yml @@ -87,7 +87,7 @@ jobs: - name: Create a yaml file to deploy container run: | - docker-compose --project-name ${{ vars.BRANCH_NAME }} \ + docker-compose --project-name ${{ github.event.pull_request.head.ref }} \ --env-file ~/gitops/${{ github.event.pull_request.head.ref }}.env \ -f compose.yaml \ -f overrides/compose.redis.yaml \