Skip to content

Commit a2daaea

Browse files
committed
Fix typos
1 parent 02c4e45 commit a2daaea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-mod-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == format('refs/heads/{0}-{1}', env.BASEIMAGE, env.MODNAME) && env.GITHUB_REPO == github.repository && env.DOCKERUSER && env.DOCKERPASS }}
195195
run: |
196196
if [[ "${MULTI_ARCH}" == "true" ]]; then
197-
echo "Pushed the following images/tags to GHCR:" >> $GITHUB_STEP_SUMMARY
197+
echo "Pushed the following images/tags to Docker Hub:" >> $GITHUB_STEP_SUMMARY
198198
for i in ${DOCKERHUB_TAGS}; do
199199
docker push ${i/:/:amd64-}
200200
echo "${i/:/:amd64-}" >> $GITHUB_STEP_SUMMARY
@@ -210,7 +210,7 @@ jobs:
210210
echo "${i}" >> $GITHUB_STEP_SUMMARY
211211
done
212212
else
213-
echo "Pushed the following images/tags to GHCR:" >> $GITHUB_STEP_SUMMARY
213+
echo "Pushed the following images/tags to Docker Hub:" >> $GITHUB_STEP_SUMMARY
214214
for i in ${DOCKERHUB_TAGS}; do
215215
docker push ${i}
216216
echo "${i}" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy