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

Commit 3388e8a

Browse files
authored
Fix buildArgs -> buildArg (#16)
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>
1 parent f23d221 commit 3388e8a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Build and publish your repository as a Docker image and push it to GitHub Packag
3636

3737
*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.
3838

39-
### `buildArgs`
39+
### `buildArg`
4040

4141
*Optional*. Any additional build arguments to use when building the image.
4242
```yaml

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ inputs:
2626
imageTagSuffix:
2727
description: "Added to the end of the tag."
2828
required: false
29-
buildArgs:
29+
buildArg:
3030
description: "The build arguments for image."
3131
required: false
3232
outputs:

0 commit comments

Comments
 (0)