cd: typo in worker image

This commit is contained in:
Jeremy Denquin 2022-03-30 17:06:54 +02:00
parent 28e0fa78ea
commit bfcf916d1a

View File

@ -204,7 +204,7 @@ jobs:
- name: Create Worker app
uses: porter-dev/porter-cli-action@v0.1.0
with:
command: create worker --app ${{ github.event.inputs.preview_name }}--worker --source registry --values ./api/porter/env_worker.yaml --image ${{ steps.login-ecr.outputs.registry }}/lago-api-staging:${{ github.event.inoputs.api_branch }}
command: create worker --app ${{ github.event.inputs.preview_name }}--worker --source registry --values ./api/porter/env_worker.yaml --image ${{ steps.login-ecr.outputs.registry }}/lago-api-staging:${{ github.event.inputs.api_branch }}