From a4c5578b6f664a43a5ba78d4de837f8067868341 Mon Sep 17 00:00:00 2001 From: Madison Swain-Bowden Date: Mon, 28 Nov 2022 13:43:04 -0800 Subject: [PATCH] Add `api-nginx` to options for docker image push action --- .github/workflows/push_docker_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_docker_image.yml b/.github/workflows/push_docker_image.yml index 807632f30..9f24564e7 100644 --- a/.github/workflows/push_docker_image.yml +++ b/.github/workflows/push_docker_image.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: inputs: image: - description: Image to push (either `api` or `ingestion_server`) + description: 'Image to push (options: "api", "api-nginx", or "ingestion_server")' required: true commit: description: Commit that the image is built from