diff --git a/.github/workflows/image_creation.yml b/.github/workflows/image_creation.yml index 2f68a5e..9663c6d 100644 --- a/.github/workflows/image_creation.yml +++ b/.github/workflows/image_creation.yml @@ -60,7 +60,7 @@ jobs: TAG_VERSION: ${{ github.ref_name }} NATS_SERVICE_URL: "${{ vars.NATS_SERVICE_URL }}" DOLLAR_SERVICE_URL: "${{ vars.DOLLAR_SERVICE_URL }}" - TGBUSER_SERVICE_URL: "${{ TGBUSER_SERVICE_URL }}" + TGBUSER_SERVICE_URL: "${{ vars.TGBUSER_SERVICE_URL }}" ENV: "${{ vars.ENV }}" steps: - name: echo repo dir