From c2ae895ed88849f03a0991cdb4ad5225424b7c3f Mon Sep 17 00:00:00 2001 From: Tobias Kaupat Date: Sun, 6 Aug 2023 00:02:38 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d57e51..a75fcd6 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,16 @@ This container runs restic backups in regular intervals. * [ghcr.io/lobaro/restic-backup-docker](https://github.com/lobaro/restic-backup-docker/pkgs/container/restic-backup-docker) * Old: [lobaro/restic-backup-docker](https://hub.docker.com/r/lobaro/restic-backup-docker/) -Latest (experimental): +Latest master (experimental): ``` docker pull ghcr.io/lobaro/restic-backup-docker:master ``` +Latest release: +``` +docker pull ghcr.io/lobaro/restic-backup-docker:latest +``` + # Contributing Pull Requests to improve the image are always wellcome. Please create an issue about the PR first.