diff --git a/.github/workflows/image_creation.yml b/.github/workflows/image_creation.yml index 77ce264..5716f41 100644 --- a/.github/workflows/image_creation.yml +++ b/.github/workflows/image_creation.yml @@ -60,7 +60,7 @@ jobs: USERNAME: ${{ vars.USERNAME }} TAG_VERSION: ${{ github.ref_name }} NATS_SERVICE_URL: "${{ vars.NATS_SERVICE_URL }}" - DOLLAR_SERVICE_URL: "${{ vars.DOLLAR_SERVICE_URL }}" + CEDULADOS_SERVICE_URL: "${{ vars.CEDULADOS_SERVICE_URL }}" TGBUSER_SERVICE_URL: "${{ vars.TGBUSER_SERVICE_URL }}" ENV: "${{ vars.ENV }}" steps: