Skip to content

Commit

Permalink
Merge pull request #1445 from GhostWriters/ghcr-watchtower
Browse files Browse the repository at this point in the history
Use ghcr for watchtower
  • Loading branch information
nemchik authored Mar 27, 2022
2 parents a0f2332 + 85881d4 commit ccbd92e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compose/.apps/watchtower/watchtower.aarch64.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
watchtower:
image: containrrr/watchtower:arm64v8-latest
image: ghcr.io/containrrr/watchtower:arm64v8-latest
2 changes: 1 addition & 1 deletion compose/.apps/watchtower/watchtower.armv7l.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
watchtower:
image: containrrr/watchtower:armhf-latest
image: ghcr.io/containrrr/watchtower:armhf-latest
2 changes: 1 addition & 1 deletion compose/.apps/watchtower/watchtower.x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
watchtower:
image: containrrr/watchtower
image: ghcr.io/containrrr/watchtower

0 comments on commit ccbd92e

Please sign in to comment.