diff --git a/README.md b/README.md index 3e1f01a..896db67 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ copy of all of your GitHub repositories should the unthinkable happen. docker run \ -v $(pwd)/config.yaml:/config.yaml \ -v $(pwd)/backups:/backups \ - ghcr.io/SierraSoftworks/github-backup:main \ + ghcr.io/SierraSoftworks/github-backup:latest \ --config /config.yaml ``` diff --git a/docs/README.md b/docs/README.md index 901c718..a7fc881 100644 --- a/docs/README.md +++ b/docs/README.md @@ -38,7 +38,7 @@ copy of all of your GitHub repositories should the unthinkable happen. docker run \ -v $(pwd)/config.yaml:/config.yaml \ -v $(pwd)/backups:/backups \ - ghcr.io/SierraSoftworks/github-backup:main \ + ghcr.io/SierraSoftworks/github-backup:latest \ --config /config.yaml ```