diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index e240dec..7cd44ac 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -2,6 +2,9 @@ name: "Deploy" on: workflow_call: inputs: + environment: + type: string + description: "Must be passed explicitly for workflows outside the SoftServ org" image_name: type: string description: "Docker image name part. Fills in ghcr.io/IMAGE_NAME. Typically this is the `repo_name`, but in some projects it might be `repo_name/sub_name`"