Skip to content

Commit

Permalink
Update generated content
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Jun 23, 2021
1 parent 98bffa7 commit 1e5e7f1
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 43 deletions.
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -163,7 +163,13 @@ target "build" {
inherits = ["docker-metadata-action"]
context = "./"
dockerfile = "Dockerfile"
platforms = ["linux/amd64", "linux/arm/v6", "linux/arm/v7", "linux/arm64", "linux/386", "linux/ppc64le"]
platforms = [
"linux/amd64",
"linux/arm/v6",
"linux/arm/v7",
"linux/arm64",
"linux/386"
]
}
```

Expand Down Expand Up @@ -289,7 +295,7 @@ flavor: |
suffix=
```
* `latest=<auto|true|false>`: Handle [latest tag](#latest-tag) (default `auto`)
* `latest=<auto|true|false>,prefix=<string>,suffix=<string>`: Handle [latest tag](#latest-tag) (default `auto`)
* `prefix=<string>`: A global prefix for each generated tag
* `suffix=<string>`: A global suffix for each generated tag
Expand Down
95 changes: 54 additions & 41 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e5e7f1

Please sign in to comment.