Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 committed Dec 18, 2023
1 parent e235acf commit 09ace03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ It is interoperable with [docker/metadata-action](https://github.com/docker/meta

## Migration from V1 to V2

Since v2, this action does not support the `suffixes` input.
This action no longer supports the `suffixes` input.
You need to set an image URI with a digest or tag.
If you use docker/build-push-action, you can construct an image URI from the outputs as follows:

Expand All @@ -28,7 +28,7 @@ If you use docker/build-push-action, you can construct an image URI from the out
## Getting Started

When we build a multi-architectures image using [docker/build-push-action](https://github.com/docker/build-push-action), it takes a long time to build all platforms in a single job.
It would be nice to build images in parallel and finally create a multi-architecture image from them.
It would be nice to build images in parallel and finally create a multi-architectures image from them.

```mermaid
graph LR
Expand Down

0 comments on commit 09ace03

Please sign in to comment.