Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed May 15, 2021
1 parent f0fdcc5 commit d17befa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,11 @@ DOCKER_CLI_EXPERIMENTAL=enabled docker manifest create docker.io/botsudo/nut-ups

### Push a manifest

Use `--amend` to update it.
Purge is needed to be sure next time you create the manifest it updates the images.
Ref: [comment](https://github.com/docker/cli/issues/954#issuecomment-586722447)

```sh
DOCKER_CLI_EXPERIMENTAL=enabled docker manifest push docker.io/botsudo/nut-upsd:latest
DOCKER_CLI_EXPERIMENTAL=enabled docker manifest push docker.io/botsudo/nut-upsd:latest --purge
```

### Sign it
Expand Down

0 comments on commit d17befa

Please sign in to comment.