Kaynağa Gözat

Point the Watchtower recommendation at the maintained fork (issue #2917)

maziggy 2 hafta önce
ebeveyn
işleme
0f3063aa1a
4 değiştirilmiş dosya ile 8 ekleme ve 4 silme
  1. 3 0
      CHANGELOG.md
  2. 1 1
      DOCKERHUB.md
  3. 1 1
      README.md
  4. 3 2
      docker-publish-daily-beta.sh

Dosya farkı çok büyük olduğundan ihmal edildi
+ 3 - 0
CHANGELOG.md


+ 1 - 1
DOCKERHUB.md

@@ -97,7 +97,7 @@ Beta builds with the latest fixes are pushed regularly to the same beta version
 docker pull maziggy/bambuddy:0.2.2b1
 ```
 
-Use [Watchtower](https://containrrr.dev/watchtower/) to automatically update when new daily builds are pushed.
+Use [Watchtower](https://watchtower.nickfedor.com) (image `nickfedor/watchtower`) to automatically update when new daily builds are pushed.
 
 > **Note:** Beta builds use version tags like `0.2.2b1` — they are never tagged as `latest`. Your stable installation won't auto-update to a beta unless you explicitly pull a beta tag.
 

+ 1 - 1
README.md

@@ -601,7 +601,7 @@ docker pull ghcr.io/maziggy/bambuddy:0.2.2b1
 docker pull maziggy/bambuddy:0.2.2b1
 ```
 
-Use [Watchtower](https://containrrr.dev/watchtower/) to automatically update when new daily builds are pushed.
+Use [Watchtower](https://watchtower.nickfedor.com) (image `nickfedor/watchtower`) to automatically update when new daily builds are pushed.
 
 > **Note:** Beta builds use version tags like `0.2.2b1` — they are never tagged as `latest`. Your stable installation won't auto-update to a beta unless you explicitly pull a beta tag.
 

+ 3 - 2
docker-publish-daily-beta.sh

@@ -15,7 +15,8 @@
 # Builds and pushes a multi-arch Docker image tagged as 'daily'. Each push overwrites the
 # previous 'daily' image. A GitHub prerelease is created with a date-stamped tag for history.
 #
-# Users can stay up to date by pulling the 'daily' tag or using Watchtower:
+# Users can stay up to date by pulling the 'daily' tag or using Watchtower
+# (https://watchtower.nickfedor.com, image 'nickfedor/watchtower'):
 #   docker pull ghcr.io/maziggy/bambuddy:daily
 #
 # Prerequisites:
@@ -340,7 +341,7 @@ docker pull maziggy/bambuddy:daily"
 > ${PULL_COMMANDS}
 > \`\`\`
 >
-> **Tip:** Use [Watchtower](https://containrrr.dev/watchtower/) to automatically update when new daily builds are pushed.
+> **Tip:** Use [Watchtower](https://watchtower.nickfedor.com) (image \`nickfedor/watchtower\`) to automatically update when new daily builds are pushed.
 
 ---
 

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor