fix more spelling mistakes

This commit is contained in:
nils måsén 2021-04-24 20:33:13 +02:00
parent ef4873b166
commit cc3ff5a588

View file

@ -110,7 +110,7 @@ jobs:
ghcr.io/containrrr/watchtower:arm64v8-$DH_TAG
- name: Annotate manifest for version
run: |
for REPO in '' ghrc.io/ ; do
for REPO in '' ghcr.io/ ; do
docker manifest annotate \
${REPO}containrrr/watchtower:$(echo $TAG | sed 's/^v*//') \
@ -148,7 +148,7 @@ jobs:
ghcr.io/containrrr/watchtower:arm64v8-latest
- name: Annotate manifest for latest
run: |
for REPO in '' ghrc.io/ ; do
for REPO in '' ghcr.io/ ; do
docker manifest annotate \
${REPO}containrrr/watchtower:latest \