Skip to content

Commit

Permalink
Fixing nits with action.yml descs
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
  • Loading branch information
Nick Adcock committed Mar 6, 2020
1 parent 95dd02d commit 3b43391
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build and push docker images
description: Builds and pushes docker images and will log in to a docker registry if required
name: Build and push Docker images
description: Builds and pushes Docker images and will log in to a Docker registry if required
author: Docker
runs:
using: docker
Expand All @@ -8,13 +8,13 @@ runs:
- build-push
inputs:
username:
description: Username used to log in to a docker registry. If not set then no login will occur
description: Username used to log in to a Docker registry. If not set then no login will occur
required: false
password:
description: Password used to log in to a docker registry. If not set then no login will occur
description: Password used to log in to a Docker registry. If not set then no login will occur
required: false
registry:
description: Server address of docker registry. If not set then will default to Docker Hub
description: Server address of Docker registry. If not set then will default to Docker Hub
required: false
repository:
description: Docker repository to tag the image with
Expand All @@ -38,7 +38,7 @@ inputs:
description: Name of the Dockerfile (Default is 'path/Dockerfile')
required: false
target:
description: Sets the target build stage to build
description: Sets the target stage to build
required: false
always_pull:
description: Always attempt to pull a newer version of the image
Expand Down

0 comments on commit 3b43391

Please sign in to comment.