Skip to content

Commit

Permalink
fix more spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel committed Apr 24, 2021
1 parent ef4873b commit cc3ff5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -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*//') \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit cc3ff5a

Please sign in to comment.