You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@yetus.apache.org by aw...@apache.org on 2022/05/17 01:18:36 UTC

[yetus-homebrew] 01/01: YETUS-1185. yetus-homebrew release still uses dockerhub

This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch yetus-1185
in repository https://gitbox.apache.org/repos/asf/yetus-homebrew.git

commit 7999d337c3feab61ae906704b79a450217b8078f
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Mon May 16 20:17:59 2022 -0500

    YETUS-1185. yetus-homebrew release still uses dockerhub
---
 release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release.sh b/release.sh
index 4586fb3..30fb813 100755
--- a/release.sh
+++ b/release.sh
@@ -62,7 +62,7 @@ docker run -i --rm \
   -v "${PWD}:/src" \
   -u "${USER_ID}" \
   -w /src \
-  "apache/yetus:main" \
+  "ghcr.io/apache/yetus:main" \
     ./update-homebrew.sh "${VERSION}"
 
 git commit -a -S -m "${JIRAISSUE}. Release ${VERSION}"