Skip to content

Commit

Permalink
Update README with docker push example
Browse files Browse the repository at this point in the history
  • Loading branch information
jareware authored Jun 26, 2020
1 parent 318fe76 commit 0ba7c32
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,10 @@ Some cases may need secrets available in the environment, e.g. for S3 uploads to
New images can be conveniently built on [Docker Hub](https://hub.docker.com/r/futurice/docker-volume-backup/~/settings/automated-builds/). Update the tag name, save, and use the "Trigger" button:

![Docker Hub build](doc/docker-hub-build.png)

If this won't work, local build & push should:

```
docker build -t futurice/docker-volume-backup:2.1.0 .
docker push futurice/docker-volume-backup:2.1.0
```

0 comments on commit 0ba7c32

Please sign in to comment.