diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48810045..b7fd76d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -221,4 +221,4 @@ jobs: env: AWS_DEFAULT_REGION: us-west-2 run: | - ./bin/deploy.sh --app-version ${{ env.THE_VERSION }} --tf-venue ${{ vars.TF_VENUE }} --lambda_container_image_uri container_image_uri=${{ env.REGISTRY }}/${{ github.repository }}/${{env.PYPROJECT_NAME}}:${{ steps.meta.outputs.tags }} \ No newline at end of file + ./bin/deploy.sh --app-version ${{ env.THE_VERSION }} --tf-venue ${{ env.THE_ENV }} --lambda_container_image_uri container_image_uri=${{ env.REGISTRY }}/${{ github.repository }}/${{env.PYPROJECT_NAME}}:${{ steps.meta.outputs.tags }} \ No newline at end of file