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 d43d662
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 42 deletions.
8 changes: 7 additions & 1 deletion 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
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 d43d662

Please sign in to comment.