Skip to content

Commit

Permalink
Fixing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Jul 25, 2023
1 parent 65d0b77 commit ef3ec61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws-ecr-load.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef3ec61

Please sign in to comment.