diff --git a/.github/workflows/aws-ecr-load.yml b/.github/workflows/aws-ecr-load.yml index 8ba5fb4..f08e29e 100644 --- a/.github/workflows/aws-ecr-load.yml +++ b/.github/workflows/aws-ecr-load.yml @@ -11,10 +11,10 @@ on: workflow_dispatch: inputs: in_container: - description: "this is the name of the input image (image:version)" + description: "The name of the input image name (:latest presumed)" required: true version: - description: "this is the image version (only) that will be used in AWS/ECR" + description: "The image version that will be the image tag in AWS/ECR" required: true # job definition