We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4873b commit cc3ff5aCopy full SHA for cc3ff5a
.github/workflows/release.yml
@@ -110,7 +110,7 @@ jobs:
110
ghcr.io/containrrr/watchtower:arm64v8-$DH_TAG
111
- name: Annotate manifest for version
112
run: |
113
- for REPO in '' ghrc.io/ ; do
+ for REPO in '' ghcr.io/ ; do
114
115
docker manifest annotate \
116
${REPO}containrrr/watchtower:$(echo $TAG | sed 's/^v*//') \
@@ -148,7 +148,7 @@ jobs:
148
ghcr.io/containrrr/watchtower:arm64v8-latest
149
- name: Annotate manifest for latest
150
151
152
153
154
${REPO}containrrr/watchtower:latest \
0 commit comments