Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Fix buildArgs -> buildArg (#16)
Browse files Browse the repository at this point in the history
Documentation showed the `buildArg` input used as `buildArgs`. Very confusing as it's unclear which one is right. Now only one is shown; `buildArg`.

Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
  • Loading branch information
dawidd6 authored Apr 8, 2020
1 parent f23d221 commit 3388e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Build and publish your repository as a Docker image and push it to GitHub Packag

*Optional*. Added to the end of the tag. Useful if you want to let *GitHub Docker* decide the tag, but append something of your own to it.

### `buildArgs`
### `buildArg`

*Optional*. Any additional build arguments to use when building the image.
```yaml
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ inputs:
imageTagSuffix:
description: "Added to the end of the tag."
required: false
buildArgs:
buildArg:
description: "The build arguments for image."
required: false
outputs:
Expand Down

0 comments on commit 3388e8a

Please sign in to comment.