Skip to content

Commit 3ed94cb

Browse files
committed
docs: update image to ghcr.io
1 parent b7e1c0f commit 3ed94cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<p align="center">
44
<a href="https://github.com/beeb/awsbck-rs/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/beeb/awsbck-rs/ci.yml?style=flat-square" /></a>
55
<a href="https://crates.io/crates/awsbck"><img src="https://img.shields.io/crates/v/awsbck.svg?style=flat-square" /></a>
6-
<a href="https://hub.docker.com/r/vbersier/awsbck"><img src="https://img.shields.io/docker/image-size/vbersier/awsbck/latest?style=flat-square" /></a>
76
<a href="https://github.com/beeb/awsbck-rs/blob/main/LICENSE-MIT"><img src="https://img.shields.io/crates/l/awsbck.svg?style=flat-square" /></a>
87
</p>
98

@@ -77,7 +76,7 @@ $ docker run \
7776
--rm \
7877
--mount type=bind,src="$(pwd)"/target,dst=/target,readonly \
7978
-e AWS_REGION -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY \
80-
vbersier/awsbck:latest \
79+
ghcr.io/beeb/awsbck:latest \
8180
-c "15 */10 * * * *" -b my_bucket /target
8281
```
8382

@@ -95,7 +94,8 @@ $ cargo install awsbck
9594

9695
### Docker
9796

98-
This utility is available as a [docker image `vbersier/awsbck`](https://hub.docker.com/r/vbersier/awsbck).
97+
This utility is available as a
98+
[docker image `ghcr.io/beeb/awsbck`](https://github.com/beeb/awsbck/pkgs/container/awsbck).
9999

100100
There are two tag variants, one running as a non-root user (`latest`) and one as a root user (`root-latest`).
101101

@@ -144,7 +144,7 @@ services:
144144
]
145145
# we mount the backup volume as read-only and back up the SQL dump daily at 3.12am
146146
awsbck:
147-
image: vbersier/awsbck:latest
147+
image: ghcr.io/beeb/awsbck:latest
148148
restart: unless-stopped
149149
volumes:
150150
- type: volume

0 commit comments

Comments
 (0)