Skip to content

Commit cc3ff5a

Browse files
committed
fix more spelling mistakes
1 parent ef4873b commit cc3ff5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
ghcr.io/containrrr/watchtower:arm64v8-$DH_TAG
111111
- name: Annotate manifest for version
112112
run: |
113-
for REPO in '' ghrc.io/ ; do
113+
for REPO in '' ghcr.io/ ; do
114114
115115
docker manifest annotate \
116116
${REPO}containrrr/watchtower:$(echo $TAG | sed 's/^v*//') \
@@ -148,7 +148,7 @@ jobs:
148148
ghcr.io/containrrr/watchtower:arm64v8-latest
149149
- name: Annotate manifest for latest
150150
run: |
151-
for REPO in '' ghrc.io/ ; do
151+
for REPO in '' ghcr.io/ ; do
152152
153153
docker manifest annotate \
154154
${REPO}containrrr/watchtower:latest \

0 commit comments

Comments
 (0)